Shades of Earls Green #BBAB1B
Tints of Earls Green #BBAB1B
RGB
CMYK
RGB Variations
Color information
#BBAB1B (or 0xBBAB1B) is known color: Earls Green. HEX triplet: BB, AB and 1B. RGB value is (187,171,27). Sum of RGB (Red+Green+Blue) = 187+171+27=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB1B is #4454E4. Grayscale: #9F9F9F. Windows color (decimal): -4478181 or 1813435. OLE color: 1813435.
HSL color Cylindrical-coordinate representation of color #BBAB1B: hue angle of 54º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBAB1B is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 27 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.27 |
| HSL | 54º | 0.75% | 0.42% | - |
| HSV(B) | 54º | 0.86% | 0.73% | - |
| XYZ | 35.25 | 39.77 | 6.86 | - |
| YUV | 159.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 27 | 0 | 0.09 | 0.86 | 0.27 | 54 | 0.75 | 0.42 |
| Hex | BB | AB | 1B | 0 | 9 | 56 | 1B | 36 | 4B | 2A |
| Octal | 273 | 253 | 33 | 0 | 11 | 126 | 33 | 66 | 113 | 52 |
| Binary | 10111011 | 10101011 | 11011 | 0 | 1001 | 1010110 | 11011 | 110110 | 1001011 | 101010 |
Color Harmonies of #BBAB1B
Complementary color
Monochromatic Colors of #BBAB1B
Black with #BBAB1B
Text Example
Text Example
White with #BBAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB1B; }
p { color: rgb(187,171,27); }
H1.HeaderClassName
{
color: #BBAB1B;
}
.AnyTagClassName
{
color: #BBAB1B;
}
</style>
background-color css
<style>
a { background-color: #BBAB1B; }
a { background-color: rgb(187,171,27); }
div.DivClassName
{
background-color: #BBAB1B;
}
.BgClassName
{
background-color: #BBAB1B;
}
</style>
border-color css
<style>
span { border-color: #BBAB1B; }
span { border-color: rgb(187,171,27); }
td.TdClassName
{
border-color: #BBAB1B;
}
.TagClassName
{
border-color: #BBAB1B;
}
</style>