Color: #BCC85A

#BCC85A Color Information

#BCC85A is a light color. The closest websafe version is #BCC85A. A complement of this color would be #675BC8, perceived brightness is 0.72, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 67°,a saturation of 50%, and a lightness of 57%.The HSV representation shows a hue of 67°, a saturation of 55%, and a value of 78%.

In a RGB color space, #BCC85A is composed of 74% red, 78% green and 35% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 55% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 53.21, x: 0.4058, and y: 0.4732.

Color Code #BCC85A

#BCC85Argb(188, 200, 90)
HEX
#BCC85A
RGB
rgb(188, 200, 90)
HSL
hsl(67, 50%, 57%)
HSV
hsv(67, 55%, 78%)
CMYK
6%, 0%, 55%, 22%
XYZ
X: 45.63, Y: 53.21, Z: 13.61
Lab
L: 78.00, a: -15.53, b: 52.39
Name

Shades of Color #BCC85A

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

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

#BCC85Argb(188, 200, 90)

About #BCC85A Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 50%, and a lightness of 57%. The HSV representation shows a hue of 67°, a saturation of 55%, and a value of 78%.

  • HEX: #BCC85A
  • RGB: rgb(188, 200, 90)
  • HSL: hsl(67, 50%, 57%)
  • HSV: hsv(67, 55%, 78%)
  • CMYK: 6.00% cyan, 0.00% magenta, 55.00% yellow, 22.00% black
  • XYZ: 45.63, 53.21, 13.61
  • Yxy: 53.21, 0.4058, 0.4732
  • Hunter Lab: 78.00, -15.53, 52.39
  • CIE-Lab: 78.00, -15.53, 52.39

In the XYZ color space, this color is represented as X: 45.63, Y: 53.21, Z: 13.61. The Yxy representation further refines this as Y: 53.21, x: 0.4058, and y: 0.4732.

In the Hunter Lab color space, this color is represented as L: 78.00, a: -15.53, and b: 52.39. Similarly, in the CIE-Lab color space, it is represented as L: 78.00, a: -15.53, and b: 52.39.

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

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

Analogous Colors of #BCC85A

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

Monochromatic Colors of #BCC85A

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

Complementary Color of #BCC85A

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

/* Using HEX */
body {
  background-color: #bcc85a;
}
/* Using RGB */
body {
  background-color: rgb(188, 200, 90);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 200, 90, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 50%, 57%);
}
/* Text color */
p {
  color: #bcc85a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc85a;
}
/* Border color */
.box {
  border: 4px solid #bcc85a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc85a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc85a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC85A
On Black Background
#BCC85A
On White Background
#BCC85A

HTML Examples of #BCC85A

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

Related Colors of #BCC85A

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