Shades of Earls Green #BCAF2A
Tints of Earls Green #BCAF2A
RGB
CMYK
RGB Variations
Color information
#BCAF2A (or 0xBCAF2A) is known color: Earls Green. HEX triplet: BC, AF and 2A. RGB value is (188,175,42). Sum of RGB (Red+Green+Blue) = 188+175+42=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF2A is #4350D5. Grayscale: #A4A4A4. Windows color (decimal): -4411606 or 2797500. OLE color: 2797500.
HSL color Cylindrical-coordinate representation of color #BCAF2A: hue angle of 54.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCAF2A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 42 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.26 |
| HSL | 54.66º | 0.63% | 0.45% | - |
| HSV(B) | 54.66º | 0.78% | 0.74% | - |
| XYZ | 36.49 | 41.52 | 8.28 | - |
| YUV | 163.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 42 | 0 | 0.07 | 0.78 | 0.26 | 54.66 | 0.63 | 0.45 |
| Hex | BC | AF | 2A | 0 | 7 | 4E | 1A | 37 | 3F | 2D |
| Octal | 274 | 257 | 52 | 0 | 7 | 116 | 32 | 67 | 77 | 55 |
| Binary | 10111100 | 10101111 | 101010 | 0 | 111 | 1001110 | 11010 | 110111 | 111111 | 101101 |
Color Harmonies of #BCAF2A
Complementary color
Monochromatic Colors of #BCAF2A
Black with #BCAF2A
Text Example
Text Example
White with #BCAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF2A; }
p { color: rgb(188,175,42); }
H1.HeaderClassName
{
color: #BCAF2A;
}
.AnyTagClassName
{
color: #BCAF2A;
}
</style>
background-color css
<style>
a { background-color: #BCAF2A; }
a { background-color: rgb(188,175,42); }
div.DivClassName
{
background-color: #BCAF2A;
}
.BgClassName
{
background-color: #BCAF2A;
}
</style>
border-color css
<style>
span { border-color: #BCAF2A; }
span { border-color: rgb(188,175,42); }
td.TdClassName
{
border-color: #BCAF2A;
}
.TagClassName
{
border-color: #BCAF2A;
}
</style>