Shades of Earls Green #BFB120
Tints of Earls Green #BFB120
RGB
CMYK
RGB Variations
Color information
#BFB120 (or 0xBFB120) is known color: Earls Green. HEX triplet: BF, B1 and 20. RGB value is (191,177,32). Sum of RGB (Red+Green+Blue) = 191+177+32=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB120 is #404EDF. Grayscale: #A5A5A5. Windows color (decimal): -4214496 or 2142655. OLE color: 2142655.
HSL color Cylindrical-coordinate representation of color #BFB120: hue angle of 54.72º 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 #BFB120 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.25 |
| HSL | 54.72º | 0.71% | 0.44% | - |
| HSV(B) | 54.72º | 0.83% | 0.75% | - |
| XYZ | 37.47 | 42.62 | 7.62 | - |
| YUV | 164.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 32 | 0 | 0.07 | 0.83 | 0.25 | 54.72 | 0.71 | 0.44 |
| Hex | BF | B1 | 20 | 0 | 7 | 53 | 19 | 37 | 47 | 2C |
| Octal | 277 | 261 | 40 | 0 | 7 | 123 | 31 | 67 | 107 | 54 |
| Binary | 10111111 | 10110001 | 100000 | 0 | 111 | 1010011 | 11001 | 110111 | 1000111 | 101100 |
Color Harmonies of #BFB120
Complementary color
Monochromatic Colors of #BFB120
Black with #BFB120
Text Example
Text Example
White with #BFB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB120; }
p { color: rgb(191,177,32); }
H1.HeaderClassName
{
color: #BFB120;
}
.AnyTagClassName
{
color: #BFB120;
}
</style>
background-color css
<style>
a { background-color: #BFB120; }
a { background-color: rgb(191,177,32); }
div.DivClassName
{
background-color: #BFB120;
}
.BgClassName
{
background-color: #BFB120;
}
</style>
border-color css
<style>
span { border-color: #BFB120; }
span { border-color: rgb(191,177,32); }
td.TdClassName
{
border-color: #BFB120;
}
.TagClassName
{
border-color: #BFB120;
}
</style>