Shades of Earls Green #BFB22C
Tints of Earls Green #BFB22C
RGB
CMYK
RGB Variations
Color information
#BFB22C (or 0xBFB22C) is known color: Earls Green. HEX triplet: BF, B2 and 2C. RGB value is (191,178,44). Sum of RGB (Red+Green+Blue) = 191+178+44=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB22C is #404DD3. Grayscale: #A7A7A7. Windows color (decimal): -4214228 or 2929343. OLE color: 2929343.
HSL color Cylindrical-coordinate representation of color #BFB22C: hue angle of 54.69º 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 #BFB22C is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 44 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.25 |
| HSL | 54.69º | 0.63% | 0.46% | - |
| HSV(B) | 54.69º | 0.77% | 0.75% | - |
| XYZ | 37.86 | 43.1 | 8.71 | - |
| YUV | 166.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 44 | 0 | 0.07 | 0.77 | 0.25 | 54.69 | 0.63 | 0.46 |
| Hex | BF | B2 | 2C | 0 | 7 | 4D | 19 | 37 | 3F | 2E |
| Octal | 277 | 262 | 54 | 0 | 7 | 115 | 31 | 67 | 77 | 56 |
| Binary | 10111111 | 10110010 | 101100 | 0 | 111 | 1001101 | 11001 | 110111 | 111111 | 101110 |
Color Harmonies of #BFB22C
Complementary color
Monochromatic Colors of #BFB22C
Black with #BFB22C
Text Example
Text Example
White with #BFB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB22C; }
p { color: rgb(191,178,44); }
H1.HeaderClassName
{
color: #BFB22C;
}
.AnyTagClassName
{
color: #BFB22C;
}
</style>
background-color css
<style>
a { background-color: #BFB22C; }
a { background-color: rgb(191,178,44); }
div.DivClassName
{
background-color: #BFB22C;
}
.BgClassName
{
background-color: #BFB22C;
}
</style>
border-color css
<style>
span { border-color: #BFB22C; }
span { border-color: rgb(191,178,44); }
td.TdClassName
{
border-color: #BFB22C;
}
.TagClassName
{
border-color: #BFB22C;
}
</style>