Shades of Earls Green #BBB022
Tints of Earls Green #BBB022
RGB
CMYK
RGB Variations
Color information
#BBB022 (or 0xBBB022) is known color: Earls Green. HEX triplet: BB, B0 and 22. RGB value is (187,176,34). Sum of RGB (Red+Green+Blue) = 187+176+34=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB022 is #444FDD. Grayscale: #A3A3A3. Windows color (decimal): -4476894 or 2273467. OLE color: 2273467.
HSL color Cylindrical-coordinate representation of color #BBB022: hue angle of 55.69º 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 #BBB022 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 34 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.27 |
| HSL | 55.69º | 0.69% | 0.43% | - |
| HSV(B) | 55.69º | 0.82% | 0.73% | - |
| XYZ | 36.31 | 41.73 | 7.65 | - |
| YUV | 163.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 34 | 0 | 0.06 | 0.82 | 0.27 | 55.69 | 0.69 | 0.43 |
| Hex | BB | B0 | 22 | 0 | 6 | 52 | 1B | 38 | 45 | 2B |
| Octal | 273 | 260 | 42 | 0 | 6 | 122 | 33 | 70 | 105 | 53 |
| Binary | 10111011 | 10110000 | 100010 | 0 | 110 | 1010010 | 11011 | 111000 | 1000101 | 101011 |
Color Harmonies of #BBB022
Complementary color
Monochromatic Colors of #BBB022
Black with #BBB022
Text Example
Text Example
White with #BBB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB022; }
p { color: rgb(187,176,34); }
H1.HeaderClassName
{
color: #BBB022;
}
.AnyTagClassName
{
color: #BBB022;
}
</style>
background-color css
<style>
a { background-color: #BBB022; }
a { background-color: rgb(187,176,34); }
div.DivClassName
{
background-color: #BBB022;
}
.BgClassName
{
background-color: #BBB022;
}
</style>
border-color css
<style>
span { border-color: #BBB022; }
span { border-color: rgb(187,176,34); }
td.TdClassName
{
border-color: #BBB022;
}
.TagClassName
{
border-color: #BBB022;
}
</style>