Shades of Earls Green #BFA620
Tints of Earls Green #BFA620
RGB
CMYK
RGB Variations
Color information
#BFA620 (or 0xBFA620) is known color: Earls Green. HEX triplet: BF, A6 and 20. RGB value is (191,166,32). Sum of RGB (Red+Green+Blue) = 191+166+32=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA620 is #4059DF. Grayscale: #9E9E9E. Windows color (decimal): -4217312 or 2139839. OLE color: 2139839.
HSL color Cylindrical-coordinate representation of color #BFA620: hue angle of 50.57º 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 #BFA620 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 32 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.25 |
| HSL | 50.57º | 0.71% | 0.44% | - |
| HSV(B) | 50.57º | 0.83% | 0.75% | - |
| XYZ | 35.38 | 38.45 | 6.92 | - |
| YUV | 158.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 32 | 0 | 0.13 | 0.83 | 0.25 | 50.57 | 0.71 | 0.44 |
| Hex | BF | A6 | 20 | 0 | D | 53 | 19 | 33 | 47 | 2C |
| Octal | 277 | 246 | 40 | 0 | 15 | 123 | 31 | 63 | 107 | 54 |
| Binary | 10111111 | 10100110 | 100000 | 0 | 1101 | 1010011 | 11001 | 110011 | 1000111 | 101100 |
Color Harmonies of #BFA620
Complementary color
Monochromatic Colors of #BFA620
Black with #BFA620
Text Example
Text Example
White with #BFA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA620; }
p { color: rgb(191,166,32); }
H1.HeaderClassName
{
color: #BFA620;
}
.AnyTagClassName
{
color: #BFA620;
}
</style>
background-color css
<style>
a { background-color: #BFA620; }
a { background-color: rgb(191,166,32); }
div.DivClassName
{
background-color: #BFA620;
}
.BgClassName
{
background-color: #BFA620;
}
</style>
border-color css
<style>
span { border-color: #BFA620; }
span { border-color: rgb(191,166,32); }
td.TdClassName
{
border-color: #BFA620;
}
.TagClassName
{
border-color: #BFA620;
}
</style>