Shades of Earls Green #BFB32E
Tints of Earls Green #BFB32E
RGB
CMYK
RGB Variations
Color information
#BFB32E (or 0xBFB32E) is known color: Earls Green. HEX triplet: BF, B3 and 2E. RGB value is (191,179,46). Sum of RGB (Red+Green+Blue) = 191+179+46=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB32E is #404CD1. Grayscale: #A7A7A7. Windows color (decimal): -4213970 or 3060671. OLE color: 3060671.
HSL color Cylindrical-coordinate representation of color #BFB32E: hue angle of 55.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFB32E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 46 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.25 |
| HSL | 55.03º | 0.61% | 0.46% | - |
| HSV(B) | 55.03º | 0.76% | 0.75% | - |
| XYZ | 38.1 | 43.51 | 8.98 | - |
| YUV | 167.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 46 | 0 | 0.06 | 0.76 | 0.25 | 55.03 | 0.61 | 0.46 |
| Hex | BF | B3 | 2E | 0 | 6 | 4C | 19 | 37 | 3D | 2E |
| Octal | 277 | 263 | 56 | 0 | 6 | 114 | 31 | 67 | 75 | 56 |
| Binary | 10111111 | 10110011 | 101110 | 0 | 110 | 1001100 | 11001 | 110111 | 111101 | 101110 |
Color Harmonies of #BFB32E
Complementary color
Monochromatic Colors of #BFB32E
Black with #BFB32E
Text Example
Text Example
White with #BFB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB32E; }
p { color: rgb(191,179,46); }
H1.HeaderClassName
{
color: #BFB32E;
}
.AnyTagClassName
{
color: #BFB32E;
}
</style>
background-color css
<style>
a { background-color: #BFB32E; }
a { background-color: rgb(191,179,46); }
div.DivClassName
{
background-color: #BFB32E;
}
.BgClassName
{
background-color: #BFB32E;
}
</style>
border-color css
<style>
span { border-color: #BFB32E; }
span { border-color: rgb(191,179,46); }
td.TdClassName
{
border-color: #BFB32E;
}
.TagClassName
{
border-color: #BFB32E;
}
</style>