Shades of Earls Green #BBB220
Tints of Earls Green #BBB220
RGB
CMYK
RGB Variations
Color information
#BBB220 (or 0xBBB220) is known color: Earls Green. HEX triplet: BB, B2 and 20. RGB value is (187,178,32). Sum of RGB (Red+Green+Blue) = 187+178+32=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB220 is #444DDF. Grayscale: #A4A4A4. Windows color (decimal): -4476384 or 2142907. OLE color: 2142907.
HSL color Cylindrical-coordinate representation of color #BBB220: hue angle of 56.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBB220 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.27 |
| HSL | 56.52º | 0.71% | 0.43% | - |
| HSV(B) | 56.52º | 0.83% | 0.73% | - |
| XYZ | 36.67 | 42.51 | 7.64 | - |
| YUV | 164.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 32 | 0 | 0.05 | 0.83 | 0.27 | 56.52 | 0.71 | 0.43 |
| Hex | BB | B2 | 20 | 0 | 5 | 53 | 1B | 39 | 47 | 2B |
| Octal | 273 | 262 | 40 | 0 | 5 | 123 | 33 | 71 | 107 | 53 |
| Binary | 10111011 | 10110010 | 100000 | 0 | 101 | 1010011 | 11011 | 111001 | 1000111 | 101011 |
Color Harmonies of #BBB220
Complementary color
Monochromatic Colors of #BBB220
Black with #BBB220
Text Example
Text Example
White with #BBB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB220; }
p { color: rgb(187,178,32); }
H1.HeaderClassName
{
color: #BBB220;
}
.AnyTagClassName
{
color: #BBB220;
}
</style>
background-color css
<style>
a { background-color: #BBB220; }
a { background-color: rgb(187,178,32); }
div.DivClassName
{
background-color: #BBB220;
}
.BgClassName
{
background-color: #BBB220;
}
</style>
border-color css
<style>
span { border-color: #BBB220; }
span { border-color: rgb(187,178,32); }
td.TdClassName
{
border-color: #BBB220;
}
.TagClassName
{
border-color: #BBB220;
}
</style>