Shades of Earls Green #BFAB27
Tints of Earls Green #BFAB27
RGB
CMYK
RGB Variations
Color information
#BFAB27 (or 0xBFAB27) is known color: Earls Green. HEX triplet: BF, AB and 27. RGB value is (191,171,39). Sum of RGB (Red+Green+Blue) = 191+171+39=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB27 is #4054D8. Grayscale: #A2A2A2. Windows color (decimal): -4216025 or 2599871. OLE color: 2599871.
HSL color Cylindrical-coordinate representation of color #BFAB27: hue angle of 52.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFAB27 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 39 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.25 |
| HSL | 52.11º | 0.66% | 0.45% | - |
| HSV(B) | 52.11º | 0.8% | 0.75% | - |
| XYZ | 36.41 | 40.35 | 7.79 | - |
| YUV | 161.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 39 | 0 | 0.10 | 0.80 | 0.25 | 52.11 | 0.66 | 0.45 |
| Hex | BF | AB | 27 | 0 | A | 50 | 19 | 34 | 42 | 2D |
| Octal | 277 | 253 | 47 | 0 | 12 | 120 | 31 | 64 | 102 | 55 |
| Binary | 10111111 | 10101011 | 100111 | 0 | 1010 | 1010000 | 11001 | 110100 | 1000010 | 101101 |
Color Harmonies of #BFAB27
Complementary color
Monochromatic Colors of #BFAB27
Black with #BFAB27
Text Example
Text Example
White with #BFAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB27; }
p { color: rgb(191,171,39); }
H1.HeaderClassName
{
color: #BFAB27;
}
.AnyTagClassName
{
color: #BFAB27;
}
</style>
background-color css
<style>
a { background-color: #BFAB27; }
a { background-color: rgb(191,171,39); }
div.DivClassName
{
background-color: #BFAB27;
}
.BgClassName
{
background-color: #BFAB27;
}
</style>
border-color css
<style>
span { border-color: #BFAB27; }
span { border-color: rgb(191,171,39); }
td.TdClassName
{
border-color: #BFAB27;
}
.TagClassName
{
border-color: #BFAB27;
}
</style>