Shades of Earls Green #BFB215
Tints of Earls Green #BFB215
RGB
CMYK
RGB Variations
Color information
#BFB215 (or 0xBFB215) is known color: Earls Green. HEX triplet: BF, B2 and 15. RGB value is (191,178,21). Sum of RGB (Red+Green+Blue) = 191+178+21=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB215 is #404DEA. Grayscale: #A4A4A4. Windows color (decimal): -4214251 or 1422015. OLE color: 1422015.
HSL color Cylindrical-coordinate representation of color #BFB215: hue angle of 55.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFB215 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 21 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.25 |
| HSL | 55.41º | 0.8% | 0.42% | - |
| HSV(B) | 55.41º | 0.89% | 0.75% | - |
| XYZ | 37.54 | 42.97 | 7.03 | - |
| YUV | 163.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 21 | 0 | 0.07 | 0.89 | 0.25 | 55.41 | 0.8 | 0.42 |
| Hex | BF | B2 | 15 | 0 | 7 | 59 | 19 | 37 | 50 | 2A |
| Octal | 277 | 262 | 25 | 0 | 7 | 131 | 31 | 67 | 120 | 52 |
| Binary | 10111111 | 10110010 | 10101 | 0 | 111 | 1011001 | 11001 | 110111 | 1010000 | 101010 |
Color Harmonies of #BFB215
Complementary color
Monochromatic Colors of #BFB215
Black with #BFB215
Text Example
Text Example
White with #BFB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB215; }
p { color: rgb(191,178,21); }
H1.HeaderClassName
{
color: #BFB215;
}
.AnyTagClassName
{
color: #BFB215;
}
</style>
background-color css
<style>
a { background-color: #BFB215; }
a { background-color: rgb(191,178,21); }
div.DivClassName
{
background-color: #BFB215;
}
.BgClassName
{
background-color: #BFB215;
}
</style>
border-color css
<style>
span { border-color: #BFB215; }
span { border-color: rgb(191,178,21); }
td.TdClassName
{
border-color: #BFB215;
}
.TagClassName
{
border-color: #BFB215;
}
</style>