Shades of Earls Green #BFAC0D
Tints of Earls Green #BFAC0D
RGB
CMYK
RGB Variations
Color information
#BFAC0D (or 0xBFAC0D) is known color: Earls Green. HEX triplet: BF, AC and 0D. RGB value is (191,172,13). Sum of RGB (Red+Green+Blue) = 191+172+13=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC0D is #4053F2. Grayscale: #A0A0A0. Windows color (decimal): -4215795 or 896191. OLE color: 896191.
HSL color Cylindrical-coordinate representation of color #BFAC0D: hue angle of 53.6º degrees, saturation: 0.87, 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 #BFAC0D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.25 |
| HSL | 53.6º | 0.87% | 0.4% | - |
| HSV(B) | 53.6º | 0.93% | 0.75% | - |
| XYZ | 36.31 | 40.61 | 6.31 | - |
| YUV | 159.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 13 | 0 | 0.10 | 0.93 | 0.25 | 53.6 | 0.87 | 0.4 |
| Hex | BF | AC | D | 0 | A | 5D | 19 | 36 | 57 | 28 |
| Octal | 277 | 254 | 15 | 0 | 12 | 135 | 31 | 66 | 127 | 50 |
| Binary | 10111111 | 10101100 | 1101 | 0 | 1010 | 1011101 | 11001 | 110110 | 1010111 | 101000 |
Color Harmonies of #BFAC0D
Complementary color
Monochromatic Colors of #BFAC0D
Black with #BFAC0D
Text Example
Text Example
White with #BFAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC0D; }
p { color: rgb(191,172,13); }
H1.HeaderClassName
{
color: #BFAC0D;
}
.AnyTagClassName
{
color: #BFAC0D;
}
</style>
background-color css
<style>
a { background-color: #BFAC0D; }
a { background-color: rgb(191,172,13); }
div.DivClassName
{
background-color: #BFAC0D;
}
.BgClassName
{
background-color: #BFAC0D;
}
</style>
border-color css
<style>
span { border-color: #BFAC0D; }
span { border-color: rgb(191,172,13); }
td.TdClassName
{
border-color: #BFAC0D;
}
.TagClassName
{
border-color: #BFAC0D;
}
</style>