Shades of Earls Green #BFAD0F
Tints of Earls Green #BFAD0F
RGB
CMYK
RGB Variations
Color information
#BFAD0F (or 0xBFAD0F) is known color: Earls Green. HEX triplet: BF, AD and 0F. RGB value is (191,173,15). Sum of RGB (Red+Green+Blue) = 191+173+15=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD0F is #4052F0. Grayscale: #A1A1A1. Windows color (decimal): -4215537 or 1027519. OLE color: 1027519.
HSL color Cylindrical-coordinate representation of color #BFAD0F: hue angle of 53.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFAD0F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.25 |
| HSL | 53.86º | 0.85% | 0.4% | - |
| HSV(B) | 53.86º | 0.92% | 0.75% | - |
| XYZ | 36.52 | 41 | 6.44 | - |
| YUV | 160.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 15 | 0 | 0.09 | 0.92 | 0.25 | 53.86 | 0.85 | 0.4 |
| Hex | BF | AD | F | 0 | 9 | 5C | 19 | 36 | 55 | 28 |
| Octal | 277 | 255 | 17 | 0 | 11 | 134 | 31 | 66 | 125 | 50 |
| Binary | 10111111 | 10101101 | 1111 | 0 | 1001 | 1011100 | 11001 | 110110 | 1010101 | 101000 |
Color Harmonies of #BFAD0F
Complementary color
Monochromatic Colors of #BFAD0F
Black with #BFAD0F
Text Example
Text Example
White with #BFAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD0F; }
p { color: rgb(191,173,15); }
H1.HeaderClassName
{
color: #BFAD0F;
}
.AnyTagClassName
{
color: #BFAD0F;
}
</style>
background-color css
<style>
a { background-color: #BFAD0F; }
a { background-color: rgb(191,173,15); }
div.DivClassName
{
background-color: #BFAD0F;
}
.BgClassName
{
background-color: #BFAD0F;
}
</style>
border-color css
<style>
span { border-color: #BFAD0F; }
span { border-color: rgb(191,173,15); }
td.TdClassName
{
border-color: #BFAD0F;
}
.TagClassName
{
border-color: #BFAD0F;
}
</style>