Shades of Earls Green #BCAF2E
Tints of Earls Green #BCAF2E
RGB
CMYK
RGB Variations
Color information
#BCAF2E (or 0xBCAF2E) is known color: Earls Green. HEX triplet: BC, AF and 2E. RGB value is (188,175,46). Sum of RGB (Red+Green+Blue) = 188+175+46=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF2E is #4350D1. Grayscale: #A4A4A4. Windows color (decimal): -4411602 or 3059644. OLE color: 3059644.
HSL color Cylindrical-coordinate representation of color #BCAF2E: hue angle of 54.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCAF2E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 46 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.26 |
| HSL | 54.51º | 0.61% | 0.46% | - |
| HSV(B) | 54.51º | 0.76% | 0.74% | - |
| XYZ | 36.56 | 41.55 | 8.68 | - |
| YUV | 164.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 46 | 0 | 0.07 | 0.76 | 0.26 | 54.51 | 0.61 | 0.46 |
| Hex | BC | AF | 2E | 0 | 7 | 4C | 1A | 37 | 3D | 2E |
| Octal | 274 | 257 | 56 | 0 | 7 | 114 | 32 | 67 | 75 | 56 |
| Binary | 10111100 | 10101111 | 101110 | 0 | 111 | 1001100 | 11010 | 110111 | 111101 | 101110 |
Color Harmonies of #BCAF2E
Complementary color
Monochromatic Colors of #BCAF2E
Black with #BCAF2E
Text Example
Text Example
White with #BCAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF2E; }
p { color: rgb(188,175,46); }
H1.HeaderClassName
{
color: #BCAF2E;
}
.AnyTagClassName
{
color: #BCAF2E;
}
</style>
background-color css
<style>
a { background-color: #BCAF2E; }
a { background-color: rgb(188,175,46); }
div.DivClassName
{
background-color: #BCAF2E;
}
.BgClassName
{
background-color: #BCAF2E;
}
</style>
border-color css
<style>
span { border-color: #BCAF2E; }
span { border-color: rgb(188,175,46); }
td.TdClassName
{
border-color: #BCAF2E;
}
.TagClassName
{
border-color: #BCAF2E;
}
</style>