Shades of Earls Green #BFAC1D
Tints of Earls Green #BFAC1D
RGB
CMYK
RGB Variations
Color information
#BFAC1D (or 0xBFAC1D) is known color: Earls Green. HEX triplet: BF, AC and 1D. RGB value is (191,172,29). Sum of RGB (Red+Green+Blue) = 191+172+29=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC1D is #4053E2. Grayscale: #A1A1A1. Windows color (decimal): -4215779 or 1944767. OLE color: 1944767.
HSL color Cylindrical-coordinate representation of color #BFAC1D: hue angle of 52.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFAC1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.25 |
| HSL | 52.96º | 0.74% | 0.43% | - |
| HSV(B) | 52.96º | 0.85% | 0.75% | - |
| XYZ | 36.46 | 40.67 | 7.09 | - |
| YUV | 161.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 29 | 0 | 0.10 | 0.85 | 0.25 | 52.96 | 0.74 | 0.43 |
| Hex | BF | AC | 1D | 0 | A | 55 | 19 | 35 | 4A | 2B |
| Octal | 277 | 254 | 35 | 0 | 12 | 125 | 31 | 65 | 112 | 53 |
| Binary | 10111111 | 10101100 | 11101 | 0 | 1010 | 1010101 | 11001 | 110101 | 1001010 | 101011 |
Color Harmonies of #BFAC1D
Complementary color
Monochromatic Colors of #BFAC1D
Black with #BFAC1D
Text Example
Text Example
White with #BFAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC1D; }
p { color: rgb(191,172,29); }
H1.HeaderClassName
{
color: #BFAC1D;
}
.AnyTagClassName
{
color: #BFAC1D;
}
</style>
background-color css
<style>
a { background-color: #BFAC1D; }
a { background-color: rgb(191,172,29); }
div.DivClassName
{
background-color: #BFAC1D;
}
.BgClassName
{
background-color: #BFAC1D;
}
</style>
border-color css
<style>
span { border-color: #BFAC1D; }
span { border-color: rgb(191,172,29); }
td.TdClassName
{
border-color: #BFAC1D;
}
.TagClassName
{
border-color: #BFAC1D;
}
</style>