Shades of Earls Green #BFB621
Tints of Earls Green #BFB621
RGB
CMYK
RGB Variations
Color information
#BFB621 (or 0xBFB621) is known color: Earls Green. HEX triplet: BF, B6 and 21. RGB value is (191,182,33). Sum of RGB (Red+Green+Blue) = 191+182+33=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB621 is #4049DE. Grayscale: #A8A8A8. Windows color (decimal): -4213215 or 2209471. OLE color: 2209471.
HSL color Cylindrical-coordinate representation of color #BFB621: hue angle of 56.58º 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 #BFB621 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 33 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.25 |
| HSL | 56.58º | 0.71% | 0.44% | - |
| HSV(B) | 56.58º | 0.83% | 0.75% | - |
| XYZ | 38.49 | 44.64 | 8.03 | - |
| YUV | 167.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 33 | 0 | 0.05 | 0.83 | 0.25 | 56.58 | 0.71 | 0.44 |
| Hex | BF | B6 | 21 | 0 | 5 | 53 | 19 | 39 | 47 | 2C |
| Octal | 277 | 266 | 41 | 0 | 5 | 123 | 31 | 71 | 107 | 54 |
| Binary | 10111111 | 10110110 | 100001 | 0 | 101 | 1010011 | 11001 | 111001 | 1000111 | 101100 |
Color Harmonies of #BFB621
Complementary color
Monochromatic Colors of #BFB621
Black with #BFB621
Text Example
Text Example
White with #BFB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB621; }
p { color: rgb(191,182,33); }
H1.HeaderClassName
{
color: #BFB621;
}
.AnyTagClassName
{
color: #BFB621;
}
</style>
background-color css
<style>
a { background-color: #BFB621; }
a { background-color: rgb(191,182,33); }
div.DivClassName
{
background-color: #BFB621;
}
.BgClassName
{
background-color: #BFB621;
}
</style>
border-color css
<style>
span { border-color: #BFB621; }
span { border-color: rgb(191,182,33); }
td.TdClassName
{
border-color: #BFB621;
}
.TagClassName
{
border-color: #BFB621;
}
</style>