Shades of Earls Green #BFAD16
Tints of Earls Green #BFAD16
RGB
CMYK
RGB Variations
Color information
#BFAD16 (or 0xBFAD16) is known color: Earls Green. HEX triplet: BF, AD and 16. RGB value is (191,173,22). Sum of RGB (Red+Green+Blue) = 191+173+22=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD16 is #4052E9. Grayscale: #A1A1A1. Windows color (decimal): -4215530 or 1486271. OLE color: 1486271.
HSL color Cylindrical-coordinate representation of color #BFAD16: hue angle of 53.61º 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 #BFAD16 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 22 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.25 |
| HSL | 53.61º | 0.79% | 0.42% | - |
| HSV(B) | 53.61º | 0.88% | 0.75% | - |
| XYZ | 36.57 | 41.02 | 6.75 | - |
| YUV | 161.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 22 | 0 | 0.09 | 0.88 | 0.25 | 53.61 | 0.79 | 0.42 |
| Hex | BF | AD | 16 | 0 | 9 | 58 | 19 | 36 | 4F | 2A |
| Octal | 277 | 255 | 26 | 0 | 11 | 130 | 31 | 66 | 117 | 52 |
| Binary | 10111111 | 10101101 | 10110 | 0 | 1001 | 1011000 | 11001 | 110110 | 1001111 | 101010 |
Color Harmonies of #BFAD16
Complementary color
Monochromatic Colors of #BFAD16
Black with #BFAD16
Text Example
Text Example
White with #BFAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD16; }
p { color: rgb(191,173,22); }
H1.HeaderClassName
{
color: #BFAD16;
}
.AnyTagClassName
{
color: #BFAD16;
}
</style>
background-color css
<style>
a { background-color: #BFAD16; }
a { background-color: rgb(191,173,22); }
div.DivClassName
{
background-color: #BFAD16;
}
.BgClassName
{
background-color: #BFAD16;
}
</style>
border-color css
<style>
span { border-color: #BFAD16; }
span { border-color: rgb(191,173,22); }
td.TdClassName
{
border-color: #BFAD16;
}
.TagClassName
{
border-color: #BFAD16;
}
</style>