Shades of Earls Green #BCAF12
Tints of Earls Green #BCAF12
RGB
CMYK
RGB Variations
Color information
#BCAF12 (or 0xBCAF12) is known color: Earls Green. HEX triplet: BC, AF and 12. RGB value is (188,175,18). Sum of RGB (Red+Green+Blue) = 188+175+18=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF12 is #4350ED. Grayscale: #A1A1A1. Windows color (decimal): -4411630 or 1224636. OLE color: 1224636.
HSL color Cylindrical-coordinate representation of color #BCAF12: hue angle of 55.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCAF12 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.26 |
| HSL | 55.41º | 0.83% | 0.4% | - |
| HSV(B) | 55.41º | 0.9% | 0.74% | - |
| XYZ | 36.18 | 41.39 | 6.66 | - |
| YUV | 160.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 18 | 0 | 0.07 | 0.90 | 0.26 | 55.41 | 0.83 | 0.4 |
| Hex | BC | AF | 12 | 0 | 7 | 5A | 1A | 37 | 53 | 28 |
| Octal | 274 | 257 | 22 | 0 | 7 | 132 | 32 | 67 | 123 | 50 |
| Binary | 10111100 | 10101111 | 10010 | 0 | 111 | 1011010 | 11010 | 110111 | 1010011 | 101000 |
Color Harmonies of #BCAF12
Complementary color
Monochromatic Colors of #BCAF12
Black with #BCAF12
Text Example
Text Example
White with #BCAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF12; }
p { color: rgb(188,175,18); }
H1.HeaderClassName
{
color: #BCAF12;
}
.AnyTagClassName
{
color: #BCAF12;
}
</style>
background-color css
<style>
a { background-color: #BCAF12; }
a { background-color: rgb(188,175,18); }
div.DivClassName
{
background-color: #BCAF12;
}
.BgClassName
{
background-color: #BCAF12;
}
</style>
border-color css
<style>
span { border-color: #BCAF12; }
span { border-color: rgb(188,175,18); }
td.TdClassName
{
border-color: #BCAF12;
}
.TagClassName
{
border-color: #BCAF12;
}
</style>