Shades of Earls Green #BBAB2F
Tints of Earls Green #BBAB2F
RGB
CMYK
RGB Variations
Color information
#BBAB2F (or 0xBBAB2F) is known color: Earls Green. HEX triplet: BB, AB and 2F. RGB value is (187,171,47). Sum of RGB (Red+Green+Blue) = 187+171+47=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB2F is #4454D0. Grayscale: #A2A2A2. Windows color (decimal): -4478161 or 3124155. OLE color: 3124155.
HSL color Cylindrical-coordinate representation of color #BBAB2F: hue angle of 53.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBAB2F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 47 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.27 |
| HSL | 53.14º | 0.6% | 0.46% | - |
| HSV(B) | 53.14º | 0.75% | 0.73% | - |
| XYZ | 35.57 | 39.9 | 8.52 | - |
| YUV | 161.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 47 | 0 | 0.09 | 0.75 | 0.27 | 53.14 | 0.6 | 0.46 |
| Hex | BB | AB | 2F | 0 | 9 | 4B | 1B | 35 | 3C | 2E |
| Octal | 273 | 253 | 57 | 0 | 11 | 113 | 33 | 65 | 74 | 56 |
| Binary | 10111011 | 10101011 | 101111 | 0 | 1001 | 1001011 | 11011 | 110101 | 111100 | 101110 |
Color Harmonies of #BBAB2F
Complementary color
Monochromatic Colors of #BBAB2F
Black with #BBAB2F
Text Example
Text Example
White with #BBAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB2F; }
p { color: rgb(187,171,47); }
H1.HeaderClassName
{
color: #BBAB2F;
}
.AnyTagClassName
{
color: #BBAB2F;
}
</style>
background-color css
<style>
a { background-color: #BBAB2F; }
a { background-color: rgb(187,171,47); }
div.DivClassName
{
background-color: #BBAB2F;
}
.BgClassName
{
background-color: #BBAB2F;
}
</style>
border-color css
<style>
span { border-color: #BBAB2F; }
span { border-color: rgb(187,171,47); }
td.TdClassName
{
border-color: #BBAB2F;
}
.TagClassName
{
border-color: #BBAB2F;
}
</style>