Shades of Earls Green #BBB21E
Tints of Earls Green #BBB21E
RGB
CMYK
RGB Variations
Color information
#BBB21E (or 0xBBB21E) is known color: Earls Green. HEX triplet: BB, B2 and 1E. RGB value is (187,178,30). Sum of RGB (Red+Green+Blue) = 187+178+30=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB21E is #444DE1. Grayscale: #A4A4A4. Windows color (decimal): -4476386 or 2011835. OLE color: 2011835.
HSL color Cylindrical-coordinate representation of color #BBB21E: hue angle of 56.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBB21E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 30 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.27 |
| HSL | 56.56º | 0.72% | 0.43% | - |
| HSV(B) | 56.56º | 0.84% | 0.73% | - |
| XYZ | 36.65 | 42.5 | 7.5 | - |
| YUV | 163.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 30 | 0 | 0.05 | 0.84 | 0.27 | 56.56 | 0.72 | 0.43 |
| Hex | BB | B2 | 1E | 0 | 5 | 54 | 1B | 39 | 48 | 2B |
| Octal | 273 | 262 | 36 | 0 | 5 | 124 | 33 | 71 | 110 | 53 |
| Binary | 10111011 | 10110010 | 11110 | 0 | 101 | 1010100 | 11011 | 111001 | 1001000 | 101011 |
Color Harmonies of #BBB21E
Complementary color
Monochromatic Colors of #BBB21E
Black with #BBB21E
Text Example
Text Example
White with #BBB21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB21E; }
p { color: rgb(187,178,30); }
H1.HeaderClassName
{
color: #BBB21E;
}
.AnyTagClassName
{
color: #BBB21E;
}
</style>
background-color css
<style>
a { background-color: #BBB21E; }
a { background-color: rgb(187,178,30); }
div.DivClassName
{
background-color: #BBB21E;
}
.BgClassName
{
background-color: #BBB21E;
}
</style>
border-color css
<style>
span { border-color: #BBB21E; }
span { border-color: rgb(187,178,30); }
td.TdClassName
{
border-color: #BBB21E;
}
.TagClassName
{
border-color: #BBB21E;
}
</style>