Shades of Earls Green #BBA330
Tints of Earls Green #BBA330
RGB
CMYK
RGB Variations
Color information
#BBA330 (or 0xBBA330) is known color: Earls Green. HEX triplet: BB, A3 and 30. RGB value is (187,163,48). Sum of RGB (Red+Green+Blue) = 187+163+48=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA330 is #445CCF. Grayscale: #9D9D9D. Windows color (decimal): -4480208 or 3187643. OLE color: 3187643.
HSL color Cylindrical-coordinate representation of color #BBA330: hue angle of 49.64º 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 #BBA330 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 48 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.27 |
| HSL | 49.64º | 0.59% | 0.46% | - |
| HSV(B) | 49.64º | 0.74% | 0.73% | - |
| XYZ | 34.12 | 36.97 | 8.13 | - |
| YUV | 157.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 48 | 0 | 0.13 | 0.74 | 0.27 | 49.64 | 0.59 | 0.46 |
| Hex | BB | A3 | 30 | 0 | D | 4A | 1B | 32 | 3B | 2E |
| Octal | 273 | 243 | 60 | 0 | 15 | 112 | 33 | 62 | 73 | 56 |
| Binary | 10111011 | 10100011 | 110000 | 0 | 1101 | 1001010 | 11011 | 110010 | 111011 | 101110 |
Color Harmonies of #BBA330
Complementary color
Monochromatic Colors of #BBA330
Black with #BBA330
Text Example
Text Example
White with #BBA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA330; }
p { color: rgb(187,163,48); }
H1.HeaderClassName
{
color: #BBA330;
}
.AnyTagClassName
{
color: #BBA330;
}
</style>
background-color css
<style>
a { background-color: #BBA330; }
a { background-color: rgb(187,163,48); }
div.DivClassName
{
background-color: #BBA330;
}
.BgClassName
{
background-color: #BBA330;
}
</style>
border-color css
<style>
span { border-color: #BBA330; }
span { border-color: rgb(187,163,48); }
td.TdClassName
{
border-color: #BBA330;
}
.TagClassName
{
border-color: #BBA330;
}
</style>