Shades of Earls Green #BFAC11
Tints of Earls Green #BFAC11
RGB
CMYK
RGB Variations
Color information
#BFAC11 (or 0xBFAC11) is known color: Earls Green. HEX triplet: BF, AC and 11. RGB value is (191,172,17). Sum of RGB (Red+Green+Blue) = 191+172+17=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC11 is #4053EE. Grayscale: #A0A0A0. Windows color (decimal): -4215791 or 1158335. OLE color: 1158335.
HSL color Cylindrical-coordinate representation of color #BFAC11: hue angle of 53.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFAC11 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 17 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.25 |
| HSL | 53.45º | 0.84% | 0.41% | - |
| HSV(B) | 53.45º | 0.91% | 0.75% | - |
| XYZ | 36.34 | 40.62 | 6.46 | - |
| YUV | 160.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 17 | 0 | 0.10 | 0.91 | 0.25 | 53.45 | 0.84 | 0.41 |
| Hex | BF | AC | 11 | 0 | A | 5B | 19 | 35 | 54 | 29 |
| Octal | 277 | 254 | 21 | 0 | 12 | 133 | 31 | 65 | 124 | 51 |
| Binary | 10111111 | 10101100 | 10001 | 0 | 1010 | 1011011 | 11001 | 110101 | 1010100 | 101001 |
Color Harmonies of #BFAC11
Complementary color
Monochromatic Colors of #BFAC11
Black with #BFAC11
Text Example
Text Example
White with #BFAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC11; }
p { color: rgb(191,172,17); }
H1.HeaderClassName
{
color: #BFAC11;
}
.AnyTagClassName
{
color: #BFAC11;
}
</style>
background-color css
<style>
a { background-color: #BFAC11; }
a { background-color: rgb(191,172,17); }
div.DivClassName
{
background-color: #BFAC11;
}
.BgClassName
{
background-color: #BFAC11;
}
</style>
border-color css
<style>
span { border-color: #BFAC11; }
span { border-color: rgb(191,172,17); }
td.TdClassName
{
border-color: #BFAC11;
}
.TagClassName
{
border-color: #BFAC11;
}
</style>