Shades of Earls Green #BFAB31
Tints of Earls Green #BFAB31
RGB
CMYK
RGB Variations
Color information
#BFAB31 (or 0xBFAB31) is known color: Earls Green. HEX triplet: BF, AB and 31. RGB value is (191,171,49). Sum of RGB (Red+Green+Blue) = 191+171+49=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB31 is #4054CE. Grayscale: #A3A3A3. Windows color (decimal): -4216015 or 3255231. OLE color: 3255231.
HSL color Cylindrical-coordinate representation of color #BFAB31: hue angle of 51.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFAB31 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 49 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.25 |
| HSL | 51.55º | 0.59% | 0.47% | - |
| HSV(B) | 51.55º | 0.74% | 0.75% | - |
| XYZ | 36.6 | 40.42 | 8.78 | - |
| YUV | 163.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 49 | 0 | 0.10 | 0.74 | 0.25 | 51.55 | 0.59 | 0.47 |
| Hex | BF | AB | 31 | 0 | A | 4A | 19 | 34 | 3B | 2F |
| Octal | 277 | 253 | 61 | 0 | 12 | 112 | 31 | 64 | 73 | 57 |
| Binary | 10111111 | 10101011 | 110001 | 0 | 1010 | 1001010 | 11001 | 110100 | 111011 | 101111 |
Color Harmonies of #BFAB31
Complementary color
Monochromatic Colors of #BFAB31
Black with #BFAB31
Text Example
Text Example
White with #BFAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB31; }
p { color: rgb(191,171,49); }
H1.HeaderClassName
{
color: #BFAB31;
}
.AnyTagClassName
{
color: #BFAB31;
}
</style>
background-color css
<style>
a { background-color: #BFAB31; }
a { background-color: rgb(191,171,49); }
div.DivClassName
{
background-color: #BFAB31;
}
.BgClassName
{
background-color: #BFAB31;
}
</style>
border-color css
<style>
span { border-color: #BFAB31; }
span { border-color: rgb(191,171,49); }
td.TdClassName
{
border-color: #BFAB31;
}
.TagClassName
{
border-color: #BFAB31;
}
</style>