Shades of Earls Green #BFB016
Tints of Earls Green #BFB016
RGB
CMYK
RGB Variations
Color information
#BFB016 (or 0xBFB016) is known color: Earls Green. HEX triplet: BF, B0 and 16. RGB value is (191,176,22). Sum of RGB (Red+Green+Blue) = 191+176+22=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB016 is #404FE9. Grayscale: #A3A3A3. Windows color (decimal): -4214762 or 1487039. OLE color: 1487039.
HSL color Cylindrical-coordinate representation of color #BFB016: hue angle of 54.67º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFB016 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.25 |
| HSL | 54.67º | 0.79% | 0.42% | - |
| HSV(B) | 54.67º | 0.88% | 0.75% | - |
| XYZ | 37.16 | 42.18 | 6.94 | - |
| YUV | 162.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 22 | 0 | 0.08 | 0.88 | 0.25 | 54.67 | 0.79 | 0.42 |
| Hex | BF | B0 | 16 | 0 | 8 | 58 | 19 | 37 | 4F | 2A |
| Octal | 277 | 260 | 26 | 0 | 10 | 130 | 31 | 67 | 117 | 52 |
| Binary | 10111111 | 10110000 | 10110 | 0 | 1000 | 1011000 | 11001 | 110111 | 1001111 | 101010 |
Color Harmonies of #BFB016
Complementary color
Monochromatic Colors of #BFB016
Black with #BFB016
Text Example
Text Example
White with #BFB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB016; }
p { color: rgb(191,176,22); }
H1.HeaderClassName
{
color: #BFB016;
}
.AnyTagClassName
{
color: #BFB016;
}
</style>
background-color css
<style>
a { background-color: #BFB016; }
a { background-color: rgb(191,176,22); }
div.DivClassName
{
background-color: #BFB016;
}
.BgClassName
{
background-color: #BFB016;
}
</style>
border-color css
<style>
span { border-color: #BFB016; }
span { border-color: rgb(191,176,22); }
td.TdClassName
{
border-color: #BFB016;
}
.TagClassName
{
border-color: #BFB016;
}
</style>