Color: #CBBE19

#CBBE19 Color Information

#CBBE19 is a light color. The closest websafe version is #CBBE19. A complement of this color would be #1925CC, perceived brightness is 0.69, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 56°,a saturation of 78%, and a lightness of 45%.The HSV representation shows a hue of 56°, a saturation of 88%, and a value of 80%.

In a RGB color space, #CBBE19 is composed of 80% red, 75% green and 10% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 88% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 50.26, x: 0.4476, and y: 0.4889.

Color Code #CBBE19

#CBBE19rgb(203, 190, 25)
HEX
#CBBE19
RGB
rgb(203, 190, 25)
HSL
hsl(56, 78%, 45%)
HSV
hsv(56, 88%, 80%)
CMYK
0%, 6%, 88%, 20%
XYZ
X: 46.01, Y: 50.26, Z: 6.53
Lab
L: 76.23, a: -6.82, b: 73.17
Name

Shades of Color #CBBE19

Shades are created by darkening the original color #CBBE19 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CBBE19

Tints are created by lightening the original color #CBBE19 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CBBE19rgb(203, 190, 25)

About #CBBE19 Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 78%, and a lightness of 45%. The HSV representation shows a hue of 56°, a saturation of 88%, and a value of 80%.

  • HEX: #CBBE19
  • RGB: rgb(203, 190, 25)
  • HSL: hsl(56, 78%, 45%)
  • HSV: hsv(56, 88%, 80%)
  • CMYK: 0.00% cyan, 6.00% magenta, 88.00% yellow, 20.00% black
  • XYZ: 46.01, 50.26, 6.53
  • Yxy: 50.26, 0.4476, 0.4889
  • Hunter Lab: 76.23, -6.82, 73.17
  • CIE-Lab: 76.23, -6.82, 73.17

In the XYZ color space, this color is represented as X: 46.01, Y: 50.26, Z: 6.53. The Yxy representation further refines this as Y: 50.26, x: 0.4476, and y: 0.4889.

In the Hunter Lab color space, this color is represented as L: 76.23, a: -6.82, and b: 73.17. Similarly, in the CIE-Lab color space, it is represented as L: 76.23, a: -6.82, and b: 73.17.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CBBE19

Triadic colors are three colors evenly spaced around the color wheel, including #CBBE19. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CBBE19

Analogous colors are adjacent to #CBBE19 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CBBE19

Split complementary colors are two colors adjacent to the complementary color of #CBBE19. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CBBE19

Tetradic colors form a rectangle on the color wheel, including #CBBE19. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CBBE19

Monochromatic colors are variations of #CBBE19, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CBBE19

The complementary color of #CBBE19 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CBBE19

/* Using HEX */
body {
  background-color: #cbbe19;
}
/* Using RGB */
body {
  background-color: rgb(203, 190, 25);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 190, 25, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 78%, 45%);
}
/* Text color */
p {
  color: #cbbe19;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbe19;
}
/* Border color */
.box {
  border: 4px solid #cbbe19;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbbe19;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbbe19;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBBE19
On Black Background
#CBBE19
On White Background
#CBBE19

HTML Examples of #CBBE19

<!-- Using HEX -->
<div style="background-color: #cbbe19; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 190, 25); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 190, 25, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(56, 78%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbbe19;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbbe19; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cbbe19; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cbbe19;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cbbe19; color: #fff; padding: 16px; border-radius: 8px;">
  #CBBE19
</div>
#CBBE19
On Black Background
#CBBE19
On White Background
#CBBE19

Related Colors of #CBBE19

These colors are similar to #CBBE19, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.