Shades of Earls Green #BBAB2B
Tints of Earls Green #BBAB2B
RGB
CMYK
RGB Variations
Color information
#BBAB2B (or 0xBBAB2B) is known color: Earls Green. HEX triplet: BB, AB and 2B. RGB value is (187,171,43). Sum of RGB (Red+Green+Blue) = 187+171+43=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB2B is #4454D4. Grayscale: #A1A1A1. Windows color (decimal): -4478165 or 2862011. OLE color: 2862011.
HSL color Cylindrical-coordinate representation of color #BBAB2B: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBAB2B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 43 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.27 |
| HSL | 53.33º | 0.63% | 0.45% | - |
| HSV(B) | 53.33º | 0.77% | 0.73% | - |
| XYZ | 35.49 | 39.87 | 8.11 | - |
| YUV | 161.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 43 | 0 | 0.09 | 0.77 | 0.27 | 53.33 | 0.63 | 0.45 |
| Hex | BB | AB | 2B | 0 | 9 | 4D | 1B | 35 | 3F | 2D |
| Octal | 273 | 253 | 53 | 0 | 11 | 115 | 33 | 65 | 77 | 55 |
| Binary | 10111011 | 10101011 | 101011 | 0 | 1001 | 1001101 | 11011 | 110101 | 111111 | 101101 |
Color Harmonies of #BBAB2B
Complementary color
Monochromatic Colors of #BBAB2B
Black with #BBAB2B
Text Example
Text Example
White with #BBAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB2B; }
p { color: rgb(187,171,43); }
H1.HeaderClassName
{
color: #BBAB2B;
}
.AnyTagClassName
{
color: #BBAB2B;
}
</style>
background-color css
<style>
a { background-color: #BBAB2B; }
a { background-color: rgb(187,171,43); }
div.DivClassName
{
background-color: #BBAB2B;
}
.BgClassName
{
background-color: #BBAB2B;
}
</style>
border-color css
<style>
span { border-color: #BBAB2B; }
span { border-color: rgb(187,171,43); }
td.TdClassName
{
border-color: #BBAB2B;
}
.TagClassName
{
border-color: #BBAB2B;
}
</style>