Shades of Earls Green #BFA62F
Tints of Earls Green #BFA62F
RGB
CMYK
RGB Variations
Color information
#BFA62F (or 0xBFA62F) is known color: Earls Green. HEX triplet: BF, A6 and 2F. RGB value is (191,166,47). Sum of RGB (Red+Green+Blue) = 191+166+47=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA62F is #4059D0. Grayscale: #A0A0A0. Windows color (decimal): -4217297 or 3122879. OLE color: 3122879.
HSL color Cylindrical-coordinate representation of color #BFA62F: hue angle of 49.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFA62F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 47 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.25 |
| HSL | 49.58º | 0.61% | 0.47% | - |
| HSV(B) | 49.58º | 0.75% | 0.75% | - |
| XYZ | 35.64 | 38.55 | 8.25 | - |
| YUV | 159.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 47 | 0 | 0.13 | 0.75 | 0.25 | 49.58 | 0.61 | 0.47 |
| Hex | BF | A6 | 2F | 0 | D | 4B | 19 | 32 | 3D | 2F |
| Octal | 277 | 246 | 57 | 0 | 15 | 113 | 31 | 62 | 75 | 57 |
| Binary | 10111111 | 10100110 | 101111 | 0 | 1101 | 1001011 | 11001 | 110010 | 111101 | 101111 |
Color Harmonies of #BFA62F
Complementary color
Monochromatic Colors of #BFA62F
Black with #BFA62F
Text Example
Text Example
White with #BFA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA62F; }
p { color: rgb(191,166,47); }
H1.HeaderClassName
{
color: #BFA62F;
}
.AnyTagClassName
{
color: #BFA62F;
}
</style>
background-color css
<style>
a { background-color: #BFA62F; }
a { background-color: rgb(191,166,47); }
div.DivClassName
{
background-color: #BFA62F;
}
.BgClassName
{
background-color: #BFA62F;
}
</style>
border-color css
<style>
span { border-color: #BFA62F; }
span { border-color: rgb(191,166,47); }
td.TdClassName
{
border-color: #BFA62F;
}
.TagClassName
{
border-color: #BFA62F;
}
</style>