Shades of Earls Green #BFB131
Tints of Earls Green #BFB131
RGB
CMYK
RGB Variations
Color information
#BFB131 (or 0xBFB131) is known color: Earls Green. HEX triplet: BF, B1 and 31. RGB value is (191,177,49). Sum of RGB (Red+Green+Blue) = 191+177+49=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB131 is #404ECE. Grayscale: #A7A7A7. Windows color (decimal): -4214479 or 3256767. OLE color: 3256767.
HSL color Cylindrical-coordinate representation of color #BFB131: hue angle of 54.08º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFB131 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 49 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.25 |
| HSL | 54.08º | 0.59% | 0.47% | - |
| HSV(B) | 54.08º | 0.74% | 0.75% | - |
| XYZ | 37.76 | 42.74 | 9.17 | - |
| YUV | 166.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 49 | 0 | 0.07 | 0.74 | 0.25 | 54.08 | 0.59 | 0.47 |
| Hex | BF | B1 | 31 | 0 | 7 | 4A | 19 | 36 | 3B | 2F |
| Octal | 277 | 261 | 61 | 0 | 7 | 112 | 31 | 66 | 73 | 57 |
| Binary | 10111111 | 10110001 | 110001 | 0 | 111 | 1001010 | 11001 | 110110 | 111011 | 101111 |
Color Harmonies of #BFB131
Complementary color
Monochromatic Colors of #BFB131
Black with #BFB131
Text Example
Text Example
White with #BFB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB131; }
p { color: rgb(191,177,49); }
H1.HeaderClassName
{
color: #BFB131;
}
.AnyTagClassName
{
color: #BFB131;
}
</style>
background-color css
<style>
a { background-color: #BFB131; }
a { background-color: rgb(191,177,49); }
div.DivClassName
{
background-color: #BFB131;
}
.BgClassName
{
background-color: #BFB131;
}
</style>
border-color css
<style>
span { border-color: #BFB131; }
span { border-color: rgb(191,177,49); }
td.TdClassName
{
border-color: #BFB131;
}
.TagClassName
{
border-color: #BFB131;
}
</style>