Shades of Earls Green #BFB031
Tints of Earls Green #BFB031
RGB
CMYK
RGB Variations
Color information
#BFB031 (or 0xBFB031) is known color: Earls Green. HEX triplet: BF, B0 and 31. RGB value is (191,176,49). Sum of RGB (Red+Green+Blue) = 191+176+49=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB031 is #404FCE. Grayscale: #A6A6A6. Windows color (decimal): -4214735 or 3256511. OLE color: 3256511.
HSL color Cylindrical-coordinate representation of color #BFB031: hue angle of 53.66º 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 #BFB031 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 49 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.66º | 0.59% | 0.47% | - |
| HSV(B) | 53.66º | 0.74% | 0.75% | - |
| XYZ | 37.57 | 42.35 | 9.1 | - |
| YUV | 166.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 49 | 0 | 0.08 | 0.74 | 0.25 | 53.66 | 0.59 | 0.47 |
| Hex | BF | B0 | 31 | 0 | 8 | 4A | 19 | 36 | 3B | 2F |
| Octal | 277 | 260 | 61 | 0 | 10 | 112 | 31 | 66 | 73 | 57 |
| Binary | 10111111 | 10110000 | 110001 | 0 | 1000 | 1001010 | 11001 | 110110 | 111011 | 101111 |
Color Harmonies of #BFB031
Complementary color
Monochromatic Colors of #BFB031
Black with #BFB031
Text Example
Text Example
White with #BFB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB031; }
p { color: rgb(191,176,49); }
H1.HeaderClassName
{
color: #BFB031;
}
.AnyTagClassName
{
color: #BFB031;
}
</style>
background-color css
<style>
a { background-color: #BFB031; }
a { background-color: rgb(191,176,49); }
div.DivClassName
{
background-color: #BFB031;
}
.BgClassName
{
background-color: #BFB031;
}
</style>
border-color css
<style>
span { border-color: #BFB031; }
span { border-color: rgb(191,176,49); }
td.TdClassName
{
border-color: #BFB031;
}
.TagClassName
{
border-color: #BFB031;
}
</style>