Shades of Earls Green #BBAB30
Tints of Earls Green #BBAB30
RGB
CMYK
RGB Variations
Color information
#BBAB30 (or 0xBBAB30) is known color: Earls Green. HEX triplet: BB, AB and 30. RGB value is (187,171,48). Sum of RGB (Red+Green+Blue) = 187+171+48=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB30 is #4454CF. Grayscale: #A2A2A2. Windows color (decimal): -4478160 or 3189691. OLE color: 3189691.
HSL color Cylindrical-coordinate representation of color #BBAB30: hue angle of 53.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBAB30 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 48 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.27 |
| HSL | 53.09º | 0.59% | 0.46% | - |
| HSV(B) | 53.09º | 0.74% | 0.73% | - |
| XYZ | 35.59 | 39.9 | 8.62 | - |
| YUV | 161.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 48 | 0 | 0.09 | 0.74 | 0.27 | 53.09 | 0.59 | 0.46 |
| Hex | BB | AB | 30 | 0 | 9 | 4A | 1B | 35 | 3B | 2E |
| Octal | 273 | 253 | 60 | 0 | 11 | 112 | 33 | 65 | 73 | 56 |
| Binary | 10111011 | 10101011 | 110000 | 0 | 1001 | 1001010 | 11011 | 110101 | 111011 | 101110 |
Color Harmonies of #BBAB30
Complementary color
Monochromatic Colors of #BBAB30
Black with #BBAB30
Text Example
Text Example
White with #BBAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB30; }
p { color: rgb(187,171,48); }
H1.HeaderClassName
{
color: #BBAB30;
}
.AnyTagClassName
{
color: #BBAB30;
}
</style>
background-color css
<style>
a { background-color: #BBAB30; }
a { background-color: rgb(187,171,48); }
div.DivClassName
{
background-color: #BBAB30;
}
.BgClassName
{
background-color: #BBAB30;
}
</style>
border-color css
<style>
span { border-color: #BBAB30; }
span { border-color: rgb(187,171,48); }
td.TdClassName
{
border-color: #BBAB30;
}
.TagClassName
{
border-color: #BBAB30;
}
</style>