Shades of Earls Green #BBA532
Tints of Earls Green #BBA532
RGB
CMYK
RGB Variations
Color information
#BBA532 (or 0xBBA532) is known color: Earls Green. HEX triplet: BB, A5 and 32. RGB value is (187,165,50). Sum of RGB (Red+Green+Blue) = 187+165+50=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA532 is #445ACD. Grayscale: #9E9E9E. Windows color (decimal): -4479694 or 3319227. OLE color: 3319227.
HSL color Cylindrical-coordinate representation of color #BBA532: hue angle of 50.36º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA532 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 50 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.27 |
| HSL | 50.36º | 0.58% | 0.46% | - |
| HSV(B) | 50.36º | 0.73% | 0.73% | - |
| XYZ | 34.52 | 37.71 | 8.48 | - |
| YUV | 158.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 50 | 0 | 0.12 | 0.73 | 0.27 | 50.36 | 0.58 | 0.46 |
| Hex | BB | A5 | 32 | 0 | C | 49 | 1B | 32 | 3A | 2E |
| Octal | 273 | 245 | 62 | 0 | 14 | 111 | 33 | 62 | 72 | 56 |
| Binary | 10111011 | 10100101 | 110010 | 0 | 1100 | 1001001 | 11011 | 110010 | 111010 | 101110 |
Color Harmonies of #BBA532
Complementary color
Monochromatic Colors of #BBA532
Black with #BBA532
Text Example
Text Example
White with #BBA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA532; }
p { color: rgb(187,165,50); }
H1.HeaderClassName
{
color: #BBA532;
}
.AnyTagClassName
{
color: #BBA532;
}
</style>
background-color css
<style>
a { background-color: #BBA532; }
a { background-color: rgb(187,165,50); }
div.DivClassName
{
background-color: #BBA532;
}
.BgClassName
{
background-color: #BBA532;
}
</style>
border-color css
<style>
span { border-color: #BBA532; }
span { border-color: rgb(187,165,50); }
td.TdClassName
{
border-color: #BBA532;
}
.TagClassName
{
border-color: #BBA532;
}
</style>