Shades of Earls Green #BBB021
Tints of Earls Green #BBB021
RGB
CMYK
RGB Variations
Color information
#BBB021 (or 0xBBB021) is known color: Earls Green. HEX triplet: BB, B0 and 21. RGB value is (187,176,33). Sum of RGB (Red+Green+Blue) = 187+176+33=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB021 is #444FDE. Grayscale: #A3A3A3. Windows color (decimal): -4476895 or 2207931. OLE color: 2207931.
HSL color Cylindrical-coordinate representation of color #BBB021: hue angle of 55.71º degrees, saturation: 0.7, 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 #BBB021 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 33 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.27 |
| HSL | 55.71º | 0.7% | 0.43% | - |
| HSV(B) | 55.71º | 0.82% | 0.73% | - |
| XYZ | 36.29 | 41.73 | 7.58 | - |
| YUV | 162.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 33 | 0 | 0.06 | 0.82 | 0.27 | 55.71 | 0.7 | 0.43 |
| Hex | BB | B0 | 21 | 0 | 6 | 52 | 1B | 38 | 46 | 2B |
| Octal | 273 | 260 | 41 | 0 | 6 | 122 | 33 | 70 | 106 | 53 |
| Binary | 10111011 | 10110000 | 100001 | 0 | 110 | 1010010 | 11011 | 111000 | 1000110 | 101011 |
Color Harmonies of #BBB021
Complementary color
Monochromatic Colors of #BBB021
Black with #BBB021
Text Example
Text Example
White with #BBB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB021; }
p { color: rgb(187,176,33); }
H1.HeaderClassName
{
color: #BBB021;
}
.AnyTagClassName
{
color: #BBB021;
}
</style>
background-color css
<style>
a { background-color: #BBB021; }
a { background-color: rgb(187,176,33); }
div.DivClassName
{
background-color: #BBB021;
}
.BgClassName
{
background-color: #BBB021;
}
</style>
border-color css
<style>
span { border-color: #BBB021; }
span { border-color: rgb(187,176,33); }
td.TdClassName
{
border-color: #BBB021;
}
.TagClassName
{
border-color: #BBB021;
}
</style>