Shades of Earls Green #BCAF2B
Tints of Earls Green #BCAF2B
RGB
CMYK
RGB Variations
Color information
#BCAF2B (or 0xBCAF2B) is known color: Earls Green. HEX triplet: BC, AF and 2B. RGB value is (188,175,43). Sum of RGB (Red+Green+Blue) = 188+175+43=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF2B is #4350D4. Grayscale: #A4A4A4. Windows color (decimal): -4411605 or 2863036. OLE color: 2863036.
HSL color Cylindrical-coordinate representation of color #BCAF2B: hue angle of 54.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCAF2B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 43 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.26 |
| HSL | 54.62º | 0.63% | 0.45% | - |
| HSV(B) | 54.62º | 0.77% | 0.74% | - |
| XYZ | 36.51 | 41.53 | 8.38 | - |
| YUV | 163.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 43 | 0 | 0.07 | 0.77 | 0.26 | 54.62 | 0.63 | 0.45 |
| Hex | BC | AF | 2B | 0 | 7 | 4D | 1A | 37 | 3F | 2D |
| Octal | 274 | 257 | 53 | 0 | 7 | 115 | 32 | 67 | 77 | 55 |
| Binary | 10111100 | 10101111 | 101011 | 0 | 111 | 1001101 | 11010 | 110111 | 111111 | 101101 |
Color Harmonies of #BCAF2B
Complementary color
Monochromatic Colors of #BCAF2B
Black with #BCAF2B
Text Example
Text Example
White with #BCAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF2B; }
p { color: rgb(188,175,43); }
H1.HeaderClassName
{
color: #BCAF2B;
}
.AnyTagClassName
{
color: #BCAF2B;
}
</style>
background-color css
<style>
a { background-color: #BCAF2B; }
a { background-color: rgb(188,175,43); }
div.DivClassName
{
background-color: #BCAF2B;
}
.BgClassName
{
background-color: #BCAF2B;
}
</style>
border-color css
<style>
span { border-color: #BCAF2B; }
span { border-color: rgb(188,175,43); }
td.TdClassName
{
border-color: #BCAF2B;
}
.TagClassName
{
border-color: #BCAF2B;
}
</style>