Shades of Earls Green #BBB330
Tints of Earls Green #BBB330
RGB
CMYK
RGB Variations
Color information
#BBB330 (or 0xBBB330) is known color: Earls Green. HEX triplet: BB, B3 and 30. RGB value is (187,179,48). Sum of RGB (Red+Green+Blue) = 187+179+48=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB330 is #444CCF. Grayscale: #A6A6A6. Windows color (decimal): -4476112 or 3191739. OLE color: 3191739.
HSL color Cylindrical-coordinate representation of color #BBB330: hue angle of 56.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB330 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 48 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.27 |
| HSL | 56.55º | 0.59% | 0.46% | - |
| HSV(B) | 56.55º | 0.74% | 0.73% | - |
| XYZ | 37.15 | 43.02 | 9.14 | - |
| YUV | 166.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 48 | 0 | 0.04 | 0.74 | 0.27 | 56.55 | 0.59 | 0.46 |
| Hex | BB | B3 | 30 | 0 | 4 | 4A | 1B | 39 | 3B | 2E |
| Octal | 273 | 263 | 60 | 0 | 4 | 112 | 33 | 71 | 73 | 56 |
| Binary | 10111011 | 10110011 | 110000 | 0 | 100 | 1001010 | 11011 | 111001 | 111011 | 101110 |
Color Harmonies of #BBB330
Complementary color
Monochromatic Colors of #BBB330
Black with #BBB330
Text Example
Text Example
White with #BBB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB330; }
p { color: rgb(187,179,48); }
H1.HeaderClassName
{
color: #BBB330;
}
.AnyTagClassName
{
color: #BBB330;
}
</style>
background-color css
<style>
a { background-color: #BBB330; }
a { background-color: rgb(187,179,48); }
div.DivClassName
{
background-color: #BBB330;
}
.BgClassName
{
background-color: #BBB330;
}
</style>
border-color css
<style>
span { border-color: #BBB330; }
span { border-color: rgb(187,179,48); }
td.TdClassName
{
border-color: #BBB330;
}
.TagClassName
{
border-color: #BBB330;
}
</style>