Shades of Earls Green #BFAD15
Tints of Earls Green #BFAD15
RGB
CMYK
RGB Variations
Color information
#BFAD15 (or 0xBFAD15) is known color: Earls Green. HEX triplet: BF, AD and 15. RGB value is (191,173,21). Sum of RGB (Red+Green+Blue) = 191+173+21=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD15 is #4052EA. Grayscale: #A1A1A1. Windows color (decimal): -4215531 or 1420735. OLE color: 1420735.
HSL color Cylindrical-coordinate representation of color #BFAD15: hue angle of 53.65º 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 #BFAD15 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.25 |
| HSL | 53.65º | 0.8% | 0.42% | - |
| HSV(B) | 53.65º | 0.89% | 0.75% | - |
| XYZ | 36.56 | 41.02 | 6.7 | - |
| YUV | 161.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 21 | 0 | 0.09 | 0.89 | 0.25 | 53.65 | 0.8 | 0.42 |
| Hex | BF | AD | 15 | 0 | 9 | 59 | 19 | 36 | 50 | 2A |
| Octal | 277 | 255 | 25 | 0 | 11 | 131 | 31 | 66 | 120 | 52 |
| Binary | 10111111 | 10101101 | 10101 | 0 | 1001 | 1011001 | 11001 | 110110 | 1010000 | 101010 |
Color Harmonies of #BFAD15
Complementary color
Monochromatic Colors of #BFAD15
Black with #BFAD15
Text Example
Text Example
White with #BFAD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD15; }
p { color: rgb(191,173,21); }
H1.HeaderClassName
{
color: #BFAD15;
}
.AnyTagClassName
{
color: #BFAD15;
}
</style>
background-color css
<style>
a { background-color: #BFAD15; }
a { background-color: rgb(191,173,21); }
div.DivClassName
{
background-color: #BFAD15;
}
.BgClassName
{
background-color: #BFAD15;
}
</style>
border-color css
<style>
span { border-color: #BFAD15; }
span { border-color: rgb(191,173,21); }
td.TdClassName
{
border-color: #BFAD15;
}
.TagClassName
{
border-color: #BFAD15;
}
</style>