Shades of Earls Green #BBB621
Tints of Earls Green #BBB621
RGB
CMYK
RGB Variations
Color information
#BBB621 (or 0xBBB621) is known color: Earls Green. HEX triplet: BB, B6 and 21. RGB value is (187,182,33). Sum of RGB (Red+Green+Blue) = 187+182+33=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB621 is #4449DE. Grayscale: #A7A7A7. Windows color (decimal): -4475359 or 2209467. OLE color: 2209467.
HSL color Cylindrical-coordinate representation of color #BBB621: hue angle of 58.05º 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 #BBB621 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 33 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.27 |
| HSL | 58.05º | 0.7% | 0.43% | - |
| HSV(B) | 58.05º | 0.82% | 0.73% | - |
| XYZ | 37.5 | 44.13 | 7.98 | - |
| YUV | 166.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 33 | 0 | 0.03 | 0.82 | 0.27 | 58.05 | 0.7 | 0.43 |
| Hex | BB | B6 | 21 | 0 | 3 | 52 | 1B | 3A | 46 | 2B |
| Octal | 273 | 266 | 41 | 0 | 3 | 122 | 33 | 72 | 106 | 53 |
| Binary | 10111011 | 10110110 | 100001 | 0 | 11 | 1010010 | 11011 | 111010 | 1000110 | 101011 |
Color Harmonies of #BBB621
Complementary color
Monochromatic Colors of #BBB621
Black with #BBB621
Text Example
Text Example
White with #BBB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB621; }
p { color: rgb(187,182,33); }
H1.HeaderClassName
{
color: #BBB621;
}
.AnyTagClassName
{
color: #BBB621;
}
</style>
background-color css
<style>
a { background-color: #BBB621; }
a { background-color: rgb(187,182,33); }
div.DivClassName
{
background-color: #BBB621;
}
.BgClassName
{
background-color: #BBB621;
}
</style>
border-color css
<style>
span { border-color: #BBB621; }
span { border-color: rgb(187,182,33); }
td.TdClassName
{
border-color: #BBB621;
}
.TagClassName
{
border-color: #BBB621;
}
</style>