Shades of Earls Green #BFAA2E
Tints of Earls Green #BFAA2E
RGB
CMYK
RGB Variations
Color information
#BFAA2E (or 0xBFAA2E) is known color: Earls Green. HEX triplet: BF, AA and 2E. RGB value is (191,170,46). Sum of RGB (Red+Green+Blue) = 191+170+46=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA2E is #4055D1. Grayscale: #A2A2A2. Windows color (decimal): -4216274 or 3058367. OLE color: 3058367.
HSL color Cylindrical-coordinate representation of color #BFAA2E: hue angle of 51.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFAA2E is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 46 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.25 |
| HSL | 51.31º | 0.61% | 0.46% | - |
| HSV(B) | 51.31º | 0.76% | 0.75% | - |
| XYZ | 36.35 | 40.02 | 8.39 | - |
| YUV | 162.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 46 | 0 | 0.11 | 0.76 | 0.25 | 51.31 | 0.61 | 0.46 |
| Hex | BF | AA | 2E | 0 | B | 4C | 19 | 33 | 3D | 2E |
| Octal | 277 | 252 | 56 | 0 | 13 | 114 | 31 | 63 | 75 | 56 |
| Binary | 10111111 | 10101010 | 101110 | 0 | 1011 | 1001100 | 11001 | 110011 | 111101 | 101110 |
Color Harmonies of #BFAA2E
Complementary color
Monochromatic Colors of #BFAA2E
Black with #BFAA2E
Text Example
Text Example
White with #BFAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA2E; }
p { color: rgb(191,170,46); }
H1.HeaderClassName
{
color: #BFAA2E;
}
.AnyTagClassName
{
color: #BFAA2E;
}
</style>
background-color css
<style>
a { background-color: #BFAA2E; }
a { background-color: rgb(191,170,46); }
div.DivClassName
{
background-color: #BFAA2E;
}
.BgClassName
{
background-color: #BFAA2E;
}
</style>
border-color css
<style>
span { border-color: #BFAA2E; }
span { border-color: rgb(191,170,46); }
td.TdClassName
{
border-color: #BFAA2E;
}
.TagClassName
{
border-color: #BFAA2E;
}
</style>