Shades of Earls Green #BFB021
Tints of Earls Green #BFB021
RGB
CMYK
RGB Variations
Color information
#BFB021 (or 0xBFB021) is known color: Earls Green. HEX triplet: BF, B0 and 21. RGB value is (191,176,33). Sum of RGB (Red+Green+Blue) = 191+176+33=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB021 is #404FDE. Grayscale: #A4A4A4. Windows color (decimal): -4214751 or 2207935. OLE color: 2207935.
HSL color Cylindrical-coordinate representation of color #BFB021: hue angle of 54.3º 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 #BFB021 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 33 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.25 |
| HSL | 54.3º | 0.71% | 0.44% | - |
| HSV(B) | 54.3º | 0.83% | 0.75% | - |
| XYZ | 37.29 | 42.24 | 7.63 | - |
| YUV | 164.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 33 | 0 | 0.08 | 0.83 | 0.25 | 54.3 | 0.71 | 0.44 |
| Hex | BF | B0 | 21 | 0 | 8 | 53 | 19 | 36 | 47 | 2C |
| Octal | 277 | 260 | 41 | 0 | 10 | 123 | 31 | 66 | 107 | 54 |
| Binary | 10111111 | 10110000 | 100001 | 0 | 1000 | 1010011 | 11001 | 110110 | 1000111 | 101100 |
Color Harmonies of #BFB021
Complementary color
Monochromatic Colors of #BFB021
Black with #BFB021
Text Example
Text Example
White with #BFB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB021; }
p { color: rgb(191,176,33); }
H1.HeaderClassName
{
color: #BFB021;
}
.AnyTagClassName
{
color: #BFB021;
}
</style>
background-color css
<style>
a { background-color: #BFB021; }
a { background-color: rgb(191,176,33); }
div.DivClassName
{
background-color: #BFB021;
}
.BgClassName
{
background-color: #BFB021;
}
</style>
border-color css
<style>
span { border-color: #BFB021; }
span { border-color: rgb(191,176,33); }
td.TdClassName
{
border-color: #BFB021;
}
.TagClassName
{
border-color: #BFB021;
}
</style>