Color: #BDCA3A

#BDCA3A Color Information

#BDCA3A is a light color. The closest websafe version is #BDCA3A. A complement of this color would be #463ACB, perceived brightness is 0.71, and the grayscale version is #828282.

In the HSL color space, this color has a hue angle of 65°,a saturation of 58%, and a lightness of 51%.The HSV representation shows a hue of 65°, a saturation of 71%, and a value of 79%.

In a RGB color space, #BDCA3A is composed of 74% red, 79% green and 23% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 71% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 53.92, x: 0.4181, and y: 0.4950.

Color Code #BDCA3A

#BDCA3Argb(189, 202, 58)
HEX
#BDCA3A
RGB
rgb(189, 202, 58)
HSL
hsl(65, 58%, 51%)
HSV
hsv(65, 71%, 79%)
CMYK
6%, 0%, 71%, 21%
XYZ
X: 45.54, Y: 53.92, Z: 9.47
Lab
L: 78.41, a: -17.58, b: 65.61
Name

Shades of Color #BDCA3A

Shades are created by darkening the original color #BDCA3A 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 #BDCA3A

Tints are created by lightening the original color #BDCA3A 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.

#BDCA3Argb(189, 202, 58)

About #BDCA3A Color Code

In the HSL color space, this color has a hue angle of 65°, a saturation of 58%, and a lightness of 51%. The HSV representation shows a hue of 65°, a saturation of 71%, and a value of 79%.

  • HEX: #BDCA3A
  • RGB: rgb(189, 202, 58)
  • HSL: hsl(65, 58%, 51%)
  • HSV: hsv(65, 71%, 79%)
  • CMYK: 6.00% cyan, 0.00% magenta, 71.00% yellow, 21.00% black
  • XYZ: 45.54, 53.92, 9.47
  • Yxy: 53.92, 0.4181, 0.4950
  • Hunter Lab: 78.41, -17.58, 65.61
  • CIE-Lab: 78.41, -17.58, 65.61

In the XYZ color space, this color is represented as X: 45.54, Y: 53.92, Z: 9.47. The Yxy representation further refines this as Y: 53.92, x: 0.4181, and y: 0.4950.

In the Hunter Lab color space, this color is represented as L: 78.41, a: -17.58, and b: 65.61. Similarly, in the CIE-Lab color space, it is represented as L: 78.41, a: -17.58, and b: 65.61.

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 #BDCA3A

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

Analogous Colors of #BDCA3A

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

Split Complementary Colors of #BDCA3A

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

Tetradic Colors of #BDCA3A

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

Monochromatic Colors of #BDCA3A

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

Complementary Color of #BDCA3A

The complementary color of #BDCA3A 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 #BDCA3A

/* Using HEX */
body {
  background-color: #bdca3a;
}
/* Using RGB */
body {
  background-color: rgb(189, 202, 58);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 202, 58, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(65, 58%, 51%);
}
/* Text color */
p {
  color: #bdca3a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdca3a;
}
/* Border color */
.box {
  border: 4px solid #bdca3a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bdca3a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bdca3a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDCA3A
On Black Background
#BDCA3A
On White Background
#BDCA3A

HTML Examples of #BDCA3A

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

Related Colors of #BDCA3A

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