Shades of Earls Green #BCAF13
Tints of Earls Green #BCAF13
RGB
CMYK
RGB Variations
Color information
#BCAF13 (or 0xBCAF13) is known color: Earls Green. HEX triplet: BC, AF and 13. RGB value is (188,175,19). Sum of RGB (Red+Green+Blue) = 188+175+19=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF13 is #4350EC. Grayscale: #A1A1A1. Windows color (decimal): -4411629 or 1290172. OLE color: 1290172.
HSL color Cylindrical-coordinate representation of color #BCAF13: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCAF13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.26 |
| HSL | 55.38º | 0.82% | 0.41% | - |
| HSV(B) | 55.38º | 0.9% | 0.74% | - |
| XYZ | 36.19 | 41.4 | 6.7 | - |
| YUV | 161.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 19 | 0 | 0.07 | 0.90 | 0.26 | 55.38 | 0.82 | 0.41 |
| Hex | BC | AF | 13 | 0 | 7 | 5A | 1A | 37 | 52 | 29 |
| Octal | 274 | 257 | 23 | 0 | 7 | 132 | 32 | 67 | 122 | 51 |
| Binary | 10111100 | 10101111 | 10011 | 0 | 111 | 1011010 | 11010 | 110111 | 1010010 | 101001 |
Color Harmonies of #BCAF13
Complementary color
Monochromatic Colors of #BCAF13
Black with #BCAF13
Text Example
Text Example
White with #BCAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF13; }
p { color: rgb(188,175,19); }
H1.HeaderClassName
{
color: #BCAF13;
}
.AnyTagClassName
{
color: #BCAF13;
}
</style>
background-color css
<style>
a { background-color: #BCAF13; }
a { background-color: rgb(188,175,19); }
div.DivClassName
{
background-color: #BCAF13;
}
.BgClassName
{
background-color: #BCAF13;
}
</style>
border-color css
<style>
span { border-color: #BCAF13; }
span { border-color: rgb(188,175,19); }
td.TdClassName
{
border-color: #BCAF13;
}
.TagClassName
{
border-color: #BCAF13;
}
</style>