Shades of Earls Green #BFAD11
Tints of Earls Green #BFAD11
RGB
CMYK
RGB Variations
Color information
#BFAD11 (or 0xBFAD11) is known color: Earls Green. HEX triplet: BF, AD and 11. RGB value is (191,173,17). Sum of RGB (Red+Green+Blue) = 191+173+17=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD11 is #4052EE. Grayscale: #A1A1A1. Windows color (decimal): -4215535 or 1158591. OLE color: 1158591.
HSL color Cylindrical-coordinate representation of color #BFAD11: hue angle of 53.79º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFAD11 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.25 |
| HSL | 53.79º | 0.84% | 0.41% | - |
| HSV(B) | 53.79º | 0.91% | 0.75% | - |
| XYZ | 36.53 | 41 | 6.52 | - |
| YUV | 160.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 17 | 0 | 0.09 | 0.91 | 0.25 | 53.79 | 0.84 | 0.41 |
| Hex | BF | AD | 11 | 0 | 9 | 5B | 19 | 36 | 54 | 29 |
| Octal | 277 | 255 | 21 | 0 | 11 | 133 | 31 | 66 | 124 | 51 |
| Binary | 10111111 | 10101101 | 10001 | 0 | 1001 | 1011011 | 11001 | 110110 | 1010100 | 101001 |
Color Harmonies of #BFAD11
Complementary color
Monochromatic Colors of #BFAD11
Black with #BFAD11
Text Example
Text Example
White with #BFAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD11; }
p { color: rgb(191,173,17); }
H1.HeaderClassName
{
color: #BFAD11;
}
.AnyTagClassName
{
color: #BFAD11;
}
</style>
background-color css
<style>
a { background-color: #BFAD11; }
a { background-color: rgb(191,173,17); }
div.DivClassName
{
background-color: #BFAD11;
}
.BgClassName
{
background-color: #BFAD11;
}
</style>
border-color css
<style>
span { border-color: #BFAD11; }
span { border-color: rgb(191,173,17); }
td.TdClassName
{
border-color: #BFAD11;
}
.TagClassName
{
border-color: #BFAD11;
}
</style>