Shades of Earls Green #BFB92B
Tints of Earls Green #BFB92B
RGB
CMYK
RGB Variations
Color information
#BFB92B (or 0xBFB92B) is known color: Earls Green. HEX triplet: BF, B9 and 2B. RGB value is (191,185,43). Sum of RGB (Red+Green+Blue) = 191+185+43=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB92B is #4046D4. Grayscale: #ABABAB. Windows color (decimal): -4212437 or 2865599. OLE color: 2865599.
HSL color Cylindrical-coordinate representation of color #BFB92B: hue angle of 57.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFB92B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 43 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.25 |
| HSL | 57.57º | 0.63% | 0.46% | - |
| HSV(B) | 57.57º | 0.77% | 0.75% | - |
| XYZ | 39.27 | 45.95 | 9.08 | - |
| YUV | 170.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 43 | 0 | 0.03 | 0.77 | 0.25 | 57.57 | 0.63 | 0.46 |
| Hex | BF | B9 | 2B | 0 | 3 | 4D | 19 | 3A | 3F | 2E |
| Octal | 277 | 271 | 53 | 0 | 3 | 115 | 31 | 72 | 77 | 56 |
| Binary | 10111111 | 10111001 | 101011 | 0 | 11 | 1001101 | 11001 | 111010 | 111111 | 101110 |
Color Harmonies of #BFB92B
Complementary color
Monochromatic Colors of #BFB92B
Black with #BFB92B
Text Example
Text Example
White with #BFB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB92B; }
p { color: rgb(191,185,43); }
H1.HeaderClassName
{
color: #BFB92B;
}
.AnyTagClassName
{
color: #BFB92B;
}
</style>
background-color css
<style>
a { background-color: #BFB92B; }
a { background-color: rgb(191,185,43); }
div.DivClassName
{
background-color: #BFB92B;
}
.BgClassName
{
background-color: #BFB92B;
}
</style>
border-color css
<style>
span { border-color: #BFB92B; }
span { border-color: rgb(191,185,43); }
td.TdClassName
{
border-color: #BFB92B;
}
.TagClassName
{
border-color: #BFB92B;
}
</style>