Shades of Earls Green #BFA320
Tints of Earls Green #BFA320
RGB
CMYK
RGB Variations
Color information
#BFA320 (or 0xBFA320) is known color: Earls Green. HEX triplet: BF, A3 and 20. RGB value is (191,163,32). Sum of RGB (Red+Green+Blue) = 191+163+32=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA320 is #405CDF. Grayscale: #9C9C9C. Windows color (decimal): -4218080 or 2139071. OLE color: 2139071.
HSL color Cylindrical-coordinate representation of color #BFA320: hue angle of 49.43º 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 #BFA320 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 32 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.25 |
| HSL | 49.43º | 0.71% | 0.44% | - |
| HSV(B) | 49.43º | 0.83% | 0.75% | - |
| XYZ | 34.84 | 37.38 | 6.74 | - |
| YUV | 156.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 32 | 0 | 0.15 | 0.83 | 0.25 | 49.43 | 0.71 | 0.44 |
| Hex | BF | A3 | 20 | 0 | F | 53 | 19 | 31 | 47 | 2C |
| Octal | 277 | 243 | 40 | 0 | 17 | 123 | 31 | 61 | 107 | 54 |
| Binary | 10111111 | 10100011 | 100000 | 0 | 1111 | 1010011 | 11001 | 110001 | 1000111 | 101100 |
Color Harmonies of #BFA320
Complementary color
Monochromatic Colors of #BFA320
Black with #BFA320
Text Example
Text Example
White with #BFA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA320; }
p { color: rgb(191,163,32); }
H1.HeaderClassName
{
color: #BFA320;
}
.AnyTagClassName
{
color: #BFA320;
}
</style>
background-color css
<style>
a { background-color: #BFA320; }
a { background-color: rgb(191,163,32); }
div.DivClassName
{
background-color: #BFA320;
}
.BgClassName
{
background-color: #BFA320;
}
</style>
border-color css
<style>
span { border-color: #BFA320; }
span { border-color: rgb(191,163,32); }
td.TdClassName
{
border-color: #BFA320;
}
.TagClassName
{
border-color: #BFA320;
}
</style>