Color: #BCC12F
#BCC12F Color Information
#BCC12F is a light color. The closest websafe version is #BCC12F. A complement of this color would be #342FC1, perceived brightness is 0.69, and the grayscale version is #787878.
In the HSL color space, this color has a hue angle of 62°,a saturation of 61%, and a lightness of 47%.The HSV representation shows a hue of 62°, a saturation of 76%, and a value of 76%.
In a RGB color space, #BCC12F is composed of 74% red, 76% green and 18% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 76% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 49.59, x: 0.4271, and y: 0.4941.
Color Code #BCC12F
Shades of Color #BCC12F
Shades are created by darkening the original color #BCC12F 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 #BCC12F
Tints are created by lightening the original color #BCC12F 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.
About #BCC12F Color Code
In the HSL color space, this color has a hue angle of 62°, a saturation of 61%, and a lightness of 47%. The HSV representation shows a hue of 62°, a saturation of 76%, and a value of 76%.
- HEX: #BCC12F
- RGB: rgb(188, 193, 47)
- HSL: hsl(62, 61%, 47%)
- HSV: hsv(62, 76%, 76%)
- CMYK: 3.00% cyan, 0.00% magenta, 76.00% yellow, 24.00% black
- XYZ: 42.87, 49.59, 7.91
- Yxy: 49.59, 0.4271, 0.4941
- Hunter Lab: 75.82, -14.14, 66.78
- CIE-Lab: 75.82, -14.14, 66.78
In the XYZ color space, this color is represented as X: 42.87, Y: 49.59, Z: 7.91. The Yxy representation further refines this as Y: 49.59, x: 0.4271, and y: 0.4941.
In the Hunter Lab color space, this color is represented as L: 75.82, a: -14.14, and b: 66.78. Similarly, in the CIE-Lab color space, it is represented as L: 75.82, a: -14.14, and b: 66.78.
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 #BCC12F
Triadic colors are three colors evenly spaced around the color wheel, including #BCC12F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCC12F
Monochromatic colors are variations of #BCC12F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC12F
The complementary color of #BCC12F 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 #BCC12F
/* Using HEX */ body { background-color: #bcc12f; }
/* Using RGB */ body { background-color: rgb(188, 193, 47); }
/* Using RGB with opacity */ body { background-color: rgba(188, 193, 47, 0.5); }
/* Using HSL */ body { background-color: hsl(62, 61%, 47%); }
/* Text color */ p { color: #bcc12f; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc12f; }
/* Border color */ .box { border: 4px solid #bcc12f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc12f; }
/* Background with text */ div { background: #bcc12f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC12F
<!-- Using HEX --> <div style="background-color: #bcc12f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 193, 47); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 193, 47, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(62, 61%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc12f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc12f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc12f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc12f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc12f; color: #fff; padding: 16px; border-radius: 8px;"> #BCC12F </div>
Related Colors of #BCC12F
These colors are similar to #BCC12F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.