Shades of Earls Green #BFAB19
Tints of Earls Green #BFAB19
RGB
CMYK
RGB Variations
Color information
#BFAB19 (or 0xBFAB19) is known color: Earls Green. HEX triplet: BF, AB and 19. RGB value is (191,171,25). Sum of RGB (Red+Green+Blue) = 191+171+25=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB19 is #4054E6. Grayscale: #A0A0A0. Windows color (decimal): -4216039 or 1682367. OLE color: 1682367.
HSL color Cylindrical-coordinate representation of color #BFAB19: hue angle of 52.77º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFAB19 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 25 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.25 |
| HSL | 52.77º | 0.77% | 0.42% | - |
| HSV(B) | 52.77º | 0.87% | 0.75% | - |
| XYZ | 36.22 | 40.27 | 6.78 | - |
| YUV | 160.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 25 | 0 | 0.10 | 0.87 | 0.25 | 52.77 | 0.77 | 0.42 |
| Hex | BF | AB | 19 | 0 | A | 57 | 19 | 35 | 4D | 2A |
| Octal | 277 | 253 | 31 | 0 | 12 | 127 | 31 | 65 | 115 | 52 |
| Binary | 10111111 | 10101011 | 11001 | 0 | 1010 | 1010111 | 11001 | 110101 | 1001101 | 101010 |
Color Harmonies of #BFAB19
Complementary color
Monochromatic Colors of #BFAB19
Black with #BFAB19
Text Example
Text Example
White with #BFAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB19; }
p { color: rgb(191,171,25); }
H1.HeaderClassName
{
color: #BFAB19;
}
.AnyTagClassName
{
color: #BFAB19;
}
</style>
background-color css
<style>
a { background-color: #BFAB19; }
a { background-color: rgb(191,171,25); }
div.DivClassName
{
background-color: #BFAB19;
}
.BgClassName
{
background-color: #BFAB19;
}
</style>
border-color css
<style>
span { border-color: #BFAB19; }
span { border-color: rgb(191,171,25); }
td.TdClassName
{
border-color: #BFAB19;
}
.TagClassName
{
border-color: #BFAB19;
}
</style>