Shades of Earls Green #BCAF18
Tints of Earls Green #BCAF18
RGB
CMYK
RGB Variations
Color information
#BCAF18 (or 0xBCAF18) is known color: Earls Green. HEX triplet: BC, AF and 18. RGB value is (188,175,24). Sum of RGB (Red+Green+Blue) = 188+175+24=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF18 is #4350E7. Grayscale: #A2A2A2. Windows color (decimal): -4411624 or 1617852. OLE color: 1617852.
HSL color Cylindrical-coordinate representation of color #BCAF18: hue angle of 55.24º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCAF18 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 24 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.26 |
| HSL | 55.24º | 0.77% | 0.42% | - |
| HSV(B) | 55.24º | 0.87% | 0.74% | - |
| XYZ | 36.23 | 41.42 | 6.95 | - |
| YUV | 161.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 24 | 0 | 0.07 | 0.87 | 0.26 | 55.24 | 0.77 | 0.42 |
| Hex | BC | AF | 18 | 0 | 7 | 57 | 1A | 37 | 4D | 2A |
| Octal | 274 | 257 | 30 | 0 | 7 | 127 | 32 | 67 | 115 | 52 |
| Binary | 10111100 | 10101111 | 11000 | 0 | 111 | 1010111 | 11010 | 110111 | 1001101 | 101010 |
Color Harmonies of #BCAF18
Complementary color
Monochromatic Colors of #BCAF18
Black with #BCAF18
Text Example
Text Example
White with #BCAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF18; }
p { color: rgb(188,175,24); }
H1.HeaderClassName
{
color: #BCAF18;
}
.AnyTagClassName
{
color: #BCAF18;
}
</style>
background-color css
<style>
a { background-color: #BCAF18; }
a { background-color: rgb(188,175,24); }
div.DivClassName
{
background-color: #BCAF18;
}
.BgClassName
{
background-color: #BCAF18;
}
</style>
border-color css
<style>
span { border-color: #BCAF18; }
span { border-color: rgb(188,175,24); }
td.TdClassName
{
border-color: #BCAF18;
}
.TagClassName
{
border-color: #BCAF18;
}
</style>