Shades of Earls Green #BFA820
Tints of Earls Green #BFA820
RGB
CMYK
RGB Variations
Color information
#BFA820 (or 0xBFA820) is known color: Earls Green. HEX triplet: BF, A8 and 20. RGB value is (191,168,32). Sum of RGB (Red+Green+Blue) = 191+168+32=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA820 is #4057DF. Grayscale: #9F9F9F. Windows color (decimal): -4216800 or 2140351. OLE color: 2140351.
HSL color Cylindrical-coordinate representation of color #BFA820: hue angle of 51.32º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFA820 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 32 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.25 |
| HSL | 51.32º | 0.71% | 0.44% | - |
| HSV(B) | 51.32º | 0.83% | 0.75% | - |
| XYZ | 35.75 | 39.19 | 7.05 | - |
| YUV | 159.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 32 | 0 | 0.12 | 0.83 | 0.25 | 51.32 | 0.71 | 0.44 |
| Hex | BF | A8 | 20 | 0 | C | 53 | 19 | 33 | 47 | 2C |
| Octal | 277 | 250 | 40 | 0 | 14 | 123 | 31 | 63 | 107 | 54 |
| Binary | 10111111 | 10101000 | 100000 | 0 | 1100 | 1010011 | 11001 | 110011 | 1000111 | 101100 |
Color Harmonies of #BFA820
Complementary color
Monochromatic Colors of #BFA820
Black with #BFA820
Text Example
Text Example
White with #BFA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA820; }
p { color: rgb(191,168,32); }
H1.HeaderClassName
{
color: #BFA820;
}
.AnyTagClassName
{
color: #BFA820;
}
</style>
background-color css
<style>
a { background-color: #BFA820; }
a { background-color: rgb(191,168,32); }
div.DivClassName
{
background-color: #BFA820;
}
.BgClassName
{
background-color: #BFA820;
}
</style>
border-color css
<style>
span { border-color: #BFA820; }
span { border-color: rgb(191,168,32); }
td.TdClassName
{
border-color: #BFA820;
}
.TagClassName
{
border-color: #BFA820;
}
</style>