Shades of Earls Green #BBB522
Tints of Earls Green #BBB522
RGB
CMYK
RGB Variations
Color information
#BBB522 (or 0xBBB522) is known color: Earls Green. HEX triplet: BB, B5 and 22. RGB value is (187,181,34). Sum of RGB (Red+Green+Blue) = 187+181+34=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB522 is #444ADD. Grayscale: #A6A6A6. Windows color (decimal): -4475614 or 2274747. OLE color: 2274747.
HSL color Cylindrical-coordinate representation of color #BBB522: hue angle of 57.65º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBB522 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.27 |
| HSL | 57.65º | 0.69% | 0.43% | - |
| HSV(B) | 57.65º | 0.82% | 0.73% | - |
| XYZ | 37.31 | 43.73 | 7.99 | - |
| YUV | 166.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 34 | 0 | 0.03 | 0.82 | 0.27 | 57.65 | 0.69 | 0.43 |
| Hex | BB | B5 | 22 | 0 | 3 | 52 | 1B | 3A | 45 | 2B |
| Octal | 273 | 265 | 42 | 0 | 3 | 122 | 33 | 72 | 105 | 53 |
| Binary | 10111011 | 10110101 | 100010 | 0 | 11 | 1010010 | 11011 | 111010 | 1000101 | 101011 |
Color Harmonies of #BBB522
Complementary color
Monochromatic Colors of #BBB522
Black with #BBB522
Text Example
Text Example
White with #BBB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB522; }
p { color: rgb(187,181,34); }
H1.HeaderClassName
{
color: #BBB522;
}
.AnyTagClassName
{
color: #BBB522;
}
</style>
background-color css
<style>
a { background-color: #BBB522; }
a { background-color: rgb(187,181,34); }
div.DivClassName
{
background-color: #BBB522;
}
.BgClassName
{
background-color: #BBB522;
}
</style>
border-color css
<style>
span { border-color: #BBB522; }
span { border-color: rgb(187,181,34); }
td.TdClassName
{
border-color: #BBB522;
}
.TagClassName
{
border-color: #BBB522;
}
</style>