Shades of Earls Green #BBA224
Tints of Earls Green #BBA224
RGB
CMYK
RGB Variations
Color information
#BBA224 (or 0xBBA224) is known color: Earls Green. HEX triplet: BB, A2 and 24. RGB value is (187,162,36). Sum of RGB (Red+Green+Blue) = 187+162+36=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA224 is #445DDB. Grayscale: #9B9B9B. Windows color (decimal): -4480476 or 2400955. OLE color: 2400955.
HSL color Cylindrical-coordinate representation of color #BBA224: hue angle of 50.07º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBA224 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 36 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.27 |
| HSL | 50.07º | 0.68% | 0.44% | - |
| HSV(B) | 50.07º | 0.81% | 0.73% | - |
| XYZ | 33.73 | 36.53 | 6.94 | - |
| YUV | 155.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 36 | 0 | 0.13 | 0.81 | 0.27 | 50.07 | 0.68 | 0.44 |
| Hex | BB | A2 | 24 | 0 | D | 51 | 1B | 32 | 44 | 2C |
| Octal | 273 | 242 | 44 | 0 | 15 | 121 | 33 | 62 | 104 | 54 |
| Binary | 10111011 | 10100010 | 100100 | 0 | 1101 | 1010001 | 11011 | 110010 | 1000100 | 101100 |
Color Harmonies of #BBA224
Complementary color
Monochromatic Colors of #BBA224
Black with #BBA224
Text Example
Text Example
White with #BBA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA224; }
p { color: rgb(187,162,36); }
H1.HeaderClassName
{
color: #BBA224;
}
.AnyTagClassName
{
color: #BBA224;
}
</style>
background-color css
<style>
a { background-color: #BBA224; }
a { background-color: rgb(187,162,36); }
div.DivClassName
{
background-color: #BBA224;
}
.BgClassName
{
background-color: #BBA224;
}
</style>
border-color css
<style>
span { border-color: #BBA224; }
span { border-color: rgb(187,162,36); }
td.TdClassName
{
border-color: #BBA224;
}
.TagClassName
{
border-color: #BBA224;
}
</style>