Shades of Earls Green #BCAF20
Tints of Earls Green #BCAF20
RGB
CMYK
RGB Variations
Color information
#BCAF20 (or 0xBCAF20) is known color: Earls Green. HEX triplet: BC, AF and 20. RGB value is (188,175,32). Sum of RGB (Red+Green+Blue) = 188+175+32=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF20 is #4350DF. Grayscale: #A3A3A3. Windows color (decimal): -4411616 or 2142140. OLE color: 2142140.
HSL color Cylindrical-coordinate representation of color #BCAF20: hue angle of 55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCAF20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.26 |
| HSL | 55º | 0.71% | 0.43% | - |
| HSV(B) | 55º | 0.83% | 0.74% | - |
| XYZ | 36.33 | 41.46 | 7.45 | - |
| YUV | 162.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 32 | 0 | 0.07 | 0.83 | 0.26 | 55 | 0.71 | 0.43 |
| Hex | BC | AF | 20 | 0 | 7 | 53 | 1A | 37 | 47 | 2B |
| Octal | 274 | 257 | 40 | 0 | 7 | 123 | 32 | 67 | 107 | 53 |
| Binary | 10111100 | 10101111 | 100000 | 0 | 111 | 1010011 | 11010 | 110111 | 1000111 | 101011 |
Color Harmonies of #BCAF20
Complementary color
Monochromatic Colors of #BCAF20
Black with #BCAF20
Text Example
Text Example
White with #BCAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF20; }
p { color: rgb(188,175,32); }
H1.HeaderClassName
{
color: #BCAF20;
}
.AnyTagClassName
{
color: #BCAF20;
}
</style>
background-color css
<style>
a { background-color: #BCAF20; }
a { background-color: rgb(188,175,32); }
div.DivClassName
{
background-color: #BCAF20;
}
.BgClassName
{
background-color: #BCAF20;
}
</style>
border-color css
<style>
span { border-color: #BCAF20; }
span { border-color: rgb(188,175,32); }
td.TdClassName
{
border-color: #BCAF20;
}
.TagClassName
{
border-color: #BCAF20;
}
</style>