Shades of Earls Green #BBB532
Tints of Earls Green #BBB532
RGB
CMYK
RGB Variations
Color information
#BBB532 (or 0xBBB532) is known color: Earls Green. HEX triplet: BB, B5 and 32. RGB value is (187,181,50). Sum of RGB (Red+Green+Blue) = 187+181+50=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB532 is #444ACD. Grayscale: #A8A8A8. Windows color (decimal): -4475598 or 3323323. OLE color: 3323323.
HSL color Cylindrical-coordinate representation of color #BBB532: hue angle of 57.37º 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 #BBB532 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 50 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.27 |
| HSL | 57.37º | 0.58% | 0.46% | - |
| HSV(B) | 57.37º | 0.73% | 0.73% | - |
| XYZ | 37.59 | 43.84 | 9.5 | - |
| YUV | 167.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 50 | 0 | 0.03 | 0.73 | 0.27 | 57.37 | 0.58 | 0.46 |
| Hex | BB | B5 | 32 | 0 | 3 | 49 | 1B | 39 | 3A | 2E |
| Octal | 273 | 265 | 62 | 0 | 3 | 111 | 33 | 71 | 72 | 56 |
| Binary | 10111011 | 10110101 | 110010 | 0 | 11 | 1001001 | 11011 | 111001 | 111010 | 101110 |
Color Harmonies of #BBB532
Complementary color
Monochromatic Colors of #BBB532
Black with #BBB532
Text Example
Text Example
White with #BBB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB532; }
p { color: rgb(187,181,50); }
H1.HeaderClassName
{
color: #BBB532;
}
.AnyTagClassName
{
color: #BBB532;
}
</style>
background-color css
<style>
a { background-color: #BBB532; }
a { background-color: rgb(187,181,50); }
div.DivClassName
{
background-color: #BBB532;
}
.BgClassName
{
background-color: #BBB532;
}
</style>
border-color css
<style>
span { border-color: #BBB532; }
span { border-color: rgb(187,181,50); }
td.TdClassName
{
border-color: #BBB532;
}
.TagClassName
{
border-color: #BBB532;
}
</style>