Shades of Earls Green #BFAC2D
Tints of Earls Green #BFAC2D
RGB
CMYK
RGB Variations
Color information
#BFAC2D (or 0xBFAC2D) is known color: Earls Green. HEX triplet: BF, AC and 2D. RGB value is (191,172,45). Sum of RGB (Red+Green+Blue) = 191+172+45=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC2D is #4053D2. Grayscale: #A3A3A3. Windows color (decimal): -4215763 or 2993343. OLE color: 2993343.
HSL color Cylindrical-coordinate representation of color #BFAC2D: hue angle of 52.19º degrees, saturation: 0.62, 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 #BFAC2D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 45 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.25 |
| HSL | 52.19º | 0.62% | 0.46% | - |
| HSV(B) | 52.19º | 0.76% | 0.75% | - |
| XYZ | 36.71 | 40.77 | 8.42 | - |
| YUV | 163.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 45 | 0 | 0.10 | 0.76 | 0.25 | 52.19 | 0.62 | 0.46 |
| Hex | BF | AC | 2D | 0 | A | 4C | 19 | 34 | 3E | 2E |
| Octal | 277 | 254 | 55 | 0 | 12 | 114 | 31 | 64 | 76 | 56 |
| Binary | 10111111 | 10101100 | 101101 | 0 | 1010 | 1001100 | 11001 | 110100 | 111110 | 101110 |
Color Harmonies of #BFAC2D
Complementary color
Monochromatic Colors of #BFAC2D
Black with #BFAC2D
Text Example
Text Example
White with #BFAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC2D; }
p { color: rgb(191,172,45); }
H1.HeaderClassName
{
color: #BFAC2D;
}
.AnyTagClassName
{
color: #BFAC2D;
}
</style>
background-color css
<style>
a { background-color: #BFAC2D; }
a { background-color: rgb(191,172,45); }
div.DivClassName
{
background-color: #BFAC2D;
}
.BgClassName
{
background-color: #BFAC2D;
}
</style>
border-color css
<style>
span { border-color: #BFAC2D; }
span { border-color: rgb(191,172,45); }
td.TdClassName
{
border-color: #BFAC2D;
}
.TagClassName
{
border-color: #BFAC2D;
}
</style>