Shades of Earls Green #BFA229
Tints of Earls Green #BFA229
RGB
CMYK
RGB Variations
Color information
#BFA229 (or 0xBFA229) is known color: Earls Green. HEX triplet: BF, A2 and 29. RGB value is (191,162,41). Sum of RGB (Red+Green+Blue) = 191+162+41=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA229 is #405DD6. Grayscale: #9D9D9D. Windows color (decimal): -4218327 or 2728639. OLE color: 2728639.
HSL color Cylindrical-coordinate representation of color #BFA229: hue angle of 48.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFA229 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 41 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.25 |
| HSL | 48.4º | 0.65% | 0.45% | - |
| HSV(B) | 48.4º | 0.79% | 0.75% | - |
| XYZ | 34.81 | 37.08 | 7.42 | - |
| YUV | 156.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 41 | 0 | 0.15 | 0.79 | 0.25 | 48.4 | 0.65 | 0.45 |
| Hex | BF | A2 | 29 | 0 | F | 4F | 19 | 30 | 41 | 2D |
| Octal | 277 | 242 | 51 | 0 | 17 | 117 | 31 | 60 | 101 | 55 |
| Binary | 10111111 | 10100010 | 101001 | 0 | 1111 | 1001111 | 11001 | 110000 | 1000001 | 101101 |
Color Harmonies of #BFA229
Complementary color
Monochromatic Colors of #BFA229
Black with #BFA229
Text Example
Text Example
White with #BFA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA229; }
p { color: rgb(191,162,41); }
H1.HeaderClassName
{
color: #BFA229;
}
.AnyTagClassName
{
color: #BFA229;
}
</style>
background-color css
<style>
a { background-color: #BFA229; }
a { background-color: rgb(191,162,41); }
div.DivClassName
{
background-color: #BFA229;
}
.BgClassName
{
background-color: #BFA229;
}
</style>
border-color css
<style>
span { border-color: #BFA229; }
span { border-color: rgb(191,162,41); }
td.TdClassName
{
border-color: #BFA229;
}
.TagClassName
{
border-color: #BFA229;
}
</style>