Shades of Earls Green #BFAC0E
Tints of Earls Green #BFAC0E
RGB
CMYK
RGB Variations
Color information
#BFAC0E (or 0xBFAC0E) is known color: Earls Green. HEX triplet: BF, AC and 0E. RGB value is (191,172,14). Sum of RGB (Red+Green+Blue) = 191+172+14=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC0E is #4053F1. Grayscale: #A0A0A0. Windows color (decimal): -4215794 or 961727. OLE color: 961727.
HSL color Cylindrical-coordinate representation of color #BFAC0E: hue angle of 53.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFAC0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.25 |
| HSL | 53.56º | 0.86% | 0.4% | - |
| HSV(B) | 53.56º | 0.93% | 0.75% | - |
| XYZ | 36.32 | 40.61 | 6.34 | - |
| YUV | 159.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 14 | 0 | 0.10 | 0.93 | 0.25 | 53.56 | 0.86 | 0.4 |
| Hex | BF | AC | E | 0 | A | 5D | 19 | 36 | 56 | 28 |
| Octal | 277 | 254 | 16 | 0 | 12 | 135 | 31 | 66 | 126 | 50 |
| Binary | 10111111 | 10101100 | 1110 | 0 | 1010 | 1011101 | 11001 | 110110 | 1010110 | 101000 |
Color Harmonies of #BFAC0E
Complementary color
Monochromatic Colors of #BFAC0E
Black with #BFAC0E
Text Example
Text Example
White with #BFAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC0E; }
p { color: rgb(191,172,14); }
H1.HeaderClassName
{
color: #BFAC0E;
}
.AnyTagClassName
{
color: #BFAC0E;
}
</style>
background-color css
<style>
a { background-color: #BFAC0E; }
a { background-color: rgb(191,172,14); }
div.DivClassName
{
background-color: #BFAC0E;
}
.BgClassName
{
background-color: #BFAC0E;
}
</style>
border-color css
<style>
span { border-color: #BFAC0E; }
span { border-color: rgb(191,172,14); }
td.TdClassName
{
border-color: #BFAC0E;
}
.TagClassName
{
border-color: #BFAC0E;
}
</style>