Color: #BCC536
#BCC536 Color Information
#BCC536 is a light color. The closest websafe version is #BCC536. A complement of this color would be #3F36C4, perceived brightness is 0.70, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 64°,a saturation of 57%, and a lightness of 49%.The HSV representation shows a hue of 64°, a saturation of 73%, and a value of 77%.
In a RGB color space, #BCC536 is composed of 74% red, 77% green and 21% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 73% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 51.44, x: 0.4220, and y: 0.4939.
Color Code #BCC536
Shades of Color #BCC536
Shades are created by darkening the original color #BCC536 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 #BCC536
Tints are created by lightening the original color #BCC536 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 #BCC536 Color Code
In the HSL color space, this color has a hue angle of 64°, a saturation of 57%, and a lightness of 49%. The HSV representation shows a hue of 64°, a saturation of 73%, and a value of 77%.
- HEX: #BCC536
- RGB: rgb(188, 197, 54)
- HSL: hsl(64, 57%, 49%)
- HSV: hsv(64, 73%, 77%)
- CMYK: 5.00% cyan, 0.00% magenta, 73.00% yellow, 23.00% black
- XYZ: 43.96, 51.44, 8.76
- Yxy: 51.44, 0.4220, 0.4939
- Hunter Lab: 76.94, -15.81, 65.56
- CIE-Lab: 76.94, -15.81, 65.56
In the XYZ color space, this color is represented as X: 43.96, Y: 51.44, Z: 8.76. The Yxy representation further refines this as Y: 51.44, x: 0.4220, and y: 0.4939.
In the Hunter Lab color space, this color is represented as L: 76.94, a: -15.81, and b: 65.56. Similarly, in the CIE-Lab color space, it is represented as L: 76.94, a: -15.81, and b: 65.56.
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 #BCC536
Triadic colors are three colors evenly spaced around the color wheel, including #BCC536. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCC536
Split complementary colors are two colors adjacent to the complementary color of #BCC536. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCC536
Monochromatic colors are variations of #BCC536, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC536
The complementary color of #BCC536 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 #BCC536
/* Using HEX */ body { background-color: #bcc536; }
/* Using RGB */ body { background-color: rgb(188, 197, 54); }
/* Using RGB with opacity */ body { background-color: rgba(188, 197, 54, 0.5); }
/* Using HSL */ body { background-color: hsl(64, 57%, 49%); }
/* Text color */ p { color: #bcc536; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc536; }
/* Border color */ .box { border: 4px solid #bcc536; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc536; }
/* Background with text */ div { background: #bcc536; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC536
<!-- Using HEX --> <div style="background-color: #bcc536; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 197, 54); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 197, 54, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(64, 57%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc536;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc536; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc536; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc536;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc536; color: #fff; padding: 16px; border-radius: 8px;"> #BCC536 </div>
Related Colors of #BCC536
These colors are similar to #BCC536, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.