Shades of Earls Green #BFAC2E
Tints of Earls Green #BFAC2E
RGB
CMYK
RGB Variations
Color information
#BFAC2E (or 0xBFAC2E) is known color: Earls Green. HEX triplet: BF, AC and 2E. RGB value is (191,172,46). Sum of RGB (Red+Green+Blue) = 191+172+46=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC2E is #4053D1. Grayscale: #A3A3A3. Windows color (decimal): -4215762 or 3058879. OLE color: 3058879.
HSL color Cylindrical-coordinate representation of color #BFAC2E: hue angle of 52.14º 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 #BFAC2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.25 |
| HSL | 52.14º | 0.61% | 0.46% | - |
| HSV(B) | 52.14º | 0.76% | 0.75% | - |
| XYZ | 36.73 | 40.78 | 8.52 | - |
| YUV | 163.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 46 | 0 | 0.10 | 0.76 | 0.25 | 52.14 | 0.61 | 0.46 |
| Hex | BF | AC | 2E | 0 | A | 4C | 19 | 34 | 3D | 2E |
| Octal | 277 | 254 | 56 | 0 | 12 | 114 | 31 | 64 | 75 | 56 |
| Binary | 10111111 | 10101100 | 101110 | 0 | 1010 | 1001100 | 11001 | 110100 | 111101 | 101110 |
Color Harmonies of #BFAC2E
Complementary color
Monochromatic Colors of #BFAC2E
Black with #BFAC2E
Text Example
Text Example
White with #BFAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC2E; }
p { color: rgb(191,172,46); }
H1.HeaderClassName
{
color: #BFAC2E;
}
.AnyTagClassName
{
color: #BFAC2E;
}
</style>
background-color css
<style>
a { background-color: #BFAC2E; }
a { background-color: rgb(191,172,46); }
div.DivClassName
{
background-color: #BFAC2E;
}
.BgClassName
{
background-color: #BFAC2E;
}
</style>
border-color css
<style>
span { border-color: #BFAC2E; }
span { border-color: rgb(191,172,46); }
td.TdClassName
{
border-color: #BFAC2E;
}
.TagClassName
{
border-color: #BFAC2E;
}
</style>