Shades of Earls Green #BBA32B
Tints of Earls Green #BBA32B
RGB
CMYK
RGB Variations
Color information
#BBA32B (or 0xBBA32B) is known color: Earls Green. HEX triplet: BB, A3 and 2B. RGB value is (187,163,43). Sum of RGB (Red+Green+Blue) = 187+163+43=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA32B is #445CD4. Grayscale: #9D9D9D. Windows color (decimal): -4480213 or 2859963. OLE color: 2859963.
HSL color Cylindrical-coordinate representation of color #BBA32B: hue angle of 50º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBA32B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.27 |
| HSL | 50º | 0.63% | 0.45% | - |
| HSV(B) | 50º | 0.77% | 0.73% | - |
| XYZ | 34.03 | 36.93 | 7.62 | - |
| YUV | 156.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 43 | 0 | 0.13 | 0.77 | 0.27 | 50 | 0.63 | 0.45 |
| Hex | BB | A3 | 2B | 0 | D | 4D | 1B | 32 | 3F | 2D |
| Octal | 273 | 243 | 53 | 0 | 15 | 115 | 33 | 62 | 77 | 55 |
| Binary | 10111011 | 10100011 | 101011 | 0 | 1101 | 1001101 | 11011 | 110010 | 111111 | 101101 |
Color Harmonies of #BBA32B
Complementary color
Monochromatic Colors of #BBA32B
Black with #BBA32B
Text Example
Text Example
White with #BBA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA32B; }
p { color: rgb(187,163,43); }
H1.HeaderClassName
{
color: #BBA32B;
}
.AnyTagClassName
{
color: #BBA32B;
}
</style>
background-color css
<style>
a { background-color: #BBA32B; }
a { background-color: rgb(187,163,43); }
div.DivClassName
{
background-color: #BBA32B;
}
.BgClassName
{
background-color: #BBA32B;
}
</style>
border-color css
<style>
span { border-color: #BBA32B; }
span { border-color: rgb(187,163,43); }
td.TdClassName
{
border-color: #BBA32B;
}
.TagClassName
{
border-color: #BBA32B;
}
</style>