Shades of Earls Green #BFAA1D
Tints of Earls Green #BFAA1D
RGB
CMYK
RGB Variations
Color information
#BFAA1D (or 0xBFAA1D) is known color: Earls Green. HEX triplet: BF, AA and 1D. RGB value is (191,170,29). Sum of RGB (Red+Green+Blue) = 191+170+29=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA1D is #4055E2. Grayscale: #A0A0A0. Windows color (decimal): -4216291 or 1944255. OLE color: 1944255.
HSL color Cylindrical-coordinate representation of color #BFAA1D: hue angle of 52.22º 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 #BFAA1D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.25 |
| HSL | 52.22º | 0.74% | 0.43% | - |
| HSV(B) | 52.22º | 0.85% | 0.75% | - |
| XYZ | 36.08 | 39.91 | 6.96 | - |
| YUV | 160.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 29 | 0 | 0.11 | 0.85 | 0.25 | 52.22 | 0.74 | 0.43 |
| Hex | BF | AA | 1D | 0 | B | 55 | 19 | 34 | 4A | 2B |
| Octal | 277 | 252 | 35 | 0 | 13 | 125 | 31 | 64 | 112 | 53 |
| Binary | 10111111 | 10101010 | 11101 | 0 | 1011 | 1010101 | 11001 | 110100 | 1001010 | 101011 |
Color Harmonies of #BFAA1D
Complementary color
Monochromatic Colors of #BFAA1D
Black with #BFAA1D
Text Example
Text Example
White with #BFAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA1D; }
p { color: rgb(191,170,29); }
H1.HeaderClassName
{
color: #BFAA1D;
}
.AnyTagClassName
{
color: #BFAA1D;
}
</style>
background-color css
<style>
a { background-color: #BFAA1D; }
a { background-color: rgb(191,170,29); }
div.DivClassName
{
background-color: #BFAA1D;
}
.BgClassName
{
background-color: #BFAA1D;
}
</style>
border-color css
<style>
span { border-color: #BFAA1D; }
span { border-color: rgb(191,170,29); }
td.TdClassName
{
border-color: #BFAA1D;
}
.TagClassName
{
border-color: #BFAA1D;
}
</style>