Shades of Earls Green #BFA42B
Tints of Earls Green #BFA42B
RGB
CMYK
RGB Variations
Color information
#BFA42B (or 0xBFA42B) is known color: Earls Green. HEX triplet: BF, A4 and 2B. RGB value is (191,164,43). Sum of RGB (Red+Green+Blue) = 191+164+43=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA42B is #405BD4. Grayscale: #9E9E9E. Windows color (decimal): -4217813 or 2860223. OLE color: 2860223.
HSL color Cylindrical-coordinate representation of color #BFA42B: hue angle of 49.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFA42B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 43 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.25 |
| HSL | 49.05º | 0.63% | 0.46% | - |
| HSV(B) | 49.05º | 0.77% | 0.75% | - |
| XYZ | 35.2 | 37.8 | 7.73 | - |
| YUV | 158.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 43 | 0 | 0.14 | 0.77 | 0.25 | 49.05 | 0.63 | 0.46 |
| Hex | BF | A4 | 2B | 0 | E | 4D | 19 | 31 | 3F | 2E |
| Octal | 277 | 244 | 53 | 0 | 16 | 115 | 31 | 61 | 77 | 56 |
| Binary | 10111111 | 10100100 | 101011 | 0 | 1110 | 1001101 | 11001 | 110001 | 111111 | 101110 |
Color Harmonies of #BFA42B
Complementary color
Monochromatic Colors of #BFA42B
Black with #BFA42B
Text Example
Text Example
White with #BFA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA42B; }
p { color: rgb(191,164,43); }
H1.HeaderClassName
{
color: #BFA42B;
}
.AnyTagClassName
{
color: #BFA42B;
}
</style>
background-color css
<style>
a { background-color: #BFA42B; }
a { background-color: rgb(191,164,43); }
div.DivClassName
{
background-color: #BFA42B;
}
.BgClassName
{
background-color: #BFA42B;
}
</style>
border-color css
<style>
span { border-color: #BFA42B; }
span { border-color: rgb(191,164,43); }
td.TdClassName
{
border-color: #BFA42B;
}
.TagClassName
{
border-color: #BFA42B;
}
</style>