Shades of Earls Green #BBAB1C
Tints of Earls Green #BBAB1C
RGB
CMYK
RGB Variations
Color information
#BBAB1C (or 0xBBAB1C) is known color: Earls Green. HEX triplet: BB, AB and 1C. RGB value is (187,171,28). Sum of RGB (Red+Green+Blue) = 187+171+28=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB1C is #4454E3. Grayscale: #A0A0A0. Windows color (decimal): -4478180 or 1878971. OLE color: 1878971.
HSL color Cylindrical-coordinate representation of color #BBAB1C: hue angle of 53.96º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBAB1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 28 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.27 |
| HSL | 53.96º | 0.74% | 0.42% | - |
| HSV(B) | 53.96º | 0.85% | 0.73% | - |
| XYZ | 35.27 | 39.77 | 6.92 | - |
| YUV | 159.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 28 | 0 | 0.09 | 0.85 | 0.27 | 53.96 | 0.74 | 0.42 |
| Hex | BB | AB | 1C | 0 | 9 | 55 | 1B | 36 | 4A | 2A |
| Octal | 273 | 253 | 34 | 0 | 11 | 125 | 33 | 66 | 112 | 52 |
| Binary | 10111011 | 10101011 | 11100 | 0 | 1001 | 1010101 | 11011 | 110110 | 1001010 | 101010 |
Color Harmonies of #BBAB1C
Complementary color
Monochromatic Colors of #BBAB1C
Black with #BBAB1C
Text Example
Text Example
White with #BBAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB1C; }
p { color: rgb(187,171,28); }
H1.HeaderClassName
{
color: #BBAB1C;
}
.AnyTagClassName
{
color: #BBAB1C;
}
</style>
background-color css
<style>
a { background-color: #BBAB1C; }
a { background-color: rgb(187,171,28); }
div.DivClassName
{
background-color: #BBAB1C;
}
.BgClassName
{
background-color: #BBAB1C;
}
</style>
border-color css
<style>
span { border-color: #BBAB1C; }
span { border-color: rgb(187,171,28); }
td.TdClassName
{
border-color: #BBAB1C;
}
.TagClassName
{
border-color: #BBAB1C;
}
</style>