Shades of Earls Green #BBB620
Tints of Earls Green #BBB620
RGB
CMYK
RGB Variations
Color information
#BBB620 (or 0xBBB620) is known color: Earls Green. HEX triplet: BB, B6 and 20. RGB value is (187,182,32). Sum of RGB (Red+Green+Blue) = 187+182+32=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB620 is #4449DF. Grayscale: #A7A7A7. Windows color (decimal): -4475360 or 2143931. OLE color: 2143931.
HSL color Cylindrical-coordinate representation of color #BBB620: hue angle of 58.06º 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 #BBB620 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 32 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.27 |
| HSL | 58.06º | 0.71% | 0.43% | - |
| HSV(B) | 58.06º | 0.83% | 0.73% | - |
| XYZ | 37.48 | 44.12 | 7.91 | - |
| YUV | 166.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 32 | 0 | 0.03 | 0.83 | 0.27 | 58.06 | 0.71 | 0.43 |
| Hex | BB | B6 | 20 | 0 | 3 | 53 | 1B | 3A | 47 | 2B |
| Octal | 273 | 266 | 40 | 0 | 3 | 123 | 33 | 72 | 107 | 53 |
| Binary | 10111011 | 10110110 | 100000 | 0 | 11 | 1010011 | 11011 | 111010 | 1000111 | 101011 |
Color Harmonies of #BBB620
Complementary color
Monochromatic Colors of #BBB620
Black with #BBB620
Text Example
Text Example
White with #BBB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB620; }
p { color: rgb(187,182,32); }
H1.HeaderClassName
{
color: #BBB620;
}
.AnyTagClassName
{
color: #BBB620;
}
</style>
background-color css
<style>
a { background-color: #BBB620; }
a { background-color: rgb(187,182,32); }
div.DivClassName
{
background-color: #BBB620;
}
.BgClassName
{
background-color: #BBB620;
}
</style>
border-color css
<style>
span { border-color: #BBB620; }
span { border-color: rgb(187,182,32); }
td.TdClassName
{
border-color: #BBB620;
}
.TagClassName
{
border-color: #BBB620;
}
</style>