Shades of Earls Green #BFAC10
Tints of Earls Green #BFAC10
RGB
CMYK
RGB Variations
Color information
#BFAC10 (or 0xBFAC10) is known color: Earls Green. HEX triplet: BF, AC and 10. RGB value is (191,172,16). Sum of RGB (Red+Green+Blue) = 191+172+16=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC10 is #4053EF. Grayscale: #A0A0A0. Windows color (decimal): -4215792 or 1092799. OLE color: 1092799.
HSL color Cylindrical-coordinate representation of color #BFAC10: hue angle of 53.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFAC10 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.25 |
| HSL | 53.49º | 0.85% | 0.41% | - |
| HSV(B) | 53.49º | 0.92% | 0.75% | - |
| XYZ | 36.33 | 40.62 | 6.42 | - |
| YUV | 159.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 16 | 0 | 0.10 | 0.92 | 0.25 | 53.49 | 0.85 | 0.41 |
| Hex | BF | AC | 10 | 0 | A | 5C | 19 | 35 | 55 | 29 |
| Octal | 277 | 254 | 20 | 0 | 12 | 134 | 31 | 65 | 125 | 51 |
| Binary | 10111111 | 10101100 | 10000 | 0 | 1010 | 1011100 | 11001 | 110101 | 1010101 | 101001 |
Color Harmonies of #BFAC10
Complementary color
Monochromatic Colors of #BFAC10
Black with #BFAC10
Text Example
Text Example
White with #BFAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC10; }
p { color: rgb(191,172,16); }
H1.HeaderClassName
{
color: #BFAC10;
}
.AnyTagClassName
{
color: #BFAC10;
}
</style>
background-color css
<style>
a { background-color: #BFAC10; }
a { background-color: rgb(191,172,16); }
div.DivClassName
{
background-color: #BFAC10;
}
.BgClassName
{
background-color: #BFAC10;
}
</style>
border-color css
<style>
span { border-color: #BFAC10; }
span { border-color: rgb(191,172,16); }
td.TdClassName
{
border-color: #BFAC10;
}
.TagClassName
{
border-color: #BFAC10;
}
</style>