Shades of Earls Green #BFB119
Tints of Earls Green #BFB119
RGB
CMYK
RGB Variations
Color information
#BFB119 (or 0xBFB119) is known color: Earls Green. HEX triplet: BF, B1 and 19. RGB value is (191,177,25). Sum of RGB (Red+Green+Blue) = 191+177+25=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB119 is #404EE6. Grayscale: #A4A4A4. Windows color (decimal): -4214503 or 1683903. OLE color: 1683903.
HSL color Cylindrical-coordinate representation of color #BFB119: hue angle of 54.94º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB119 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 25 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.25 |
| HSL | 54.94º | 0.77% | 0.42% | - |
| HSV(B) | 54.94º | 0.87% | 0.75% | - |
| XYZ | 37.38 | 42.59 | 7.17 | - |
| YUV | 163.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 25 | 0 | 0.07 | 0.87 | 0.25 | 54.94 | 0.77 | 0.42 |
| Hex | BF | B1 | 19 | 0 | 7 | 57 | 19 | 37 | 4D | 2A |
| Octal | 277 | 261 | 31 | 0 | 7 | 127 | 31 | 67 | 115 | 52 |
| Binary | 10111111 | 10110001 | 11001 | 0 | 111 | 1010111 | 11001 | 110111 | 1001101 | 101010 |
Color Harmonies of #BFB119
Complementary color
Monochromatic Colors of #BFB119
Black with #BFB119
Text Example
Text Example
White with #BFB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB119; }
p { color: rgb(191,177,25); }
H1.HeaderClassName
{
color: #BFB119;
}
.AnyTagClassName
{
color: #BFB119;
}
</style>
background-color css
<style>
a { background-color: #BFB119; }
a { background-color: rgb(191,177,25); }
div.DivClassName
{
background-color: #BFB119;
}
.BgClassName
{
background-color: #BFB119;
}
</style>
border-color css
<style>
span { border-color: #BFB119; }
span { border-color: rgb(191,177,25); }
td.TdClassName
{
border-color: #BFB119;
}
.TagClassName
{
border-color: #BFB119;
}
</style>