Shades of Earls Green #BBB930
Tints of Earls Green #BBB930
RGB
CMYK
RGB Variations
Color information
#BBB930 (or 0xBBB930) is known color: Earls Green. HEX triplet: BB, B9 and 30. RGB value is (187,185,48). Sum of RGB (Red+Green+Blue) = 187+185+48=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB930 is #4446CF. Grayscale: #AAAAAA. Windows color (decimal): -4474576 or 3193275. OLE color: 3193275.
HSL color Cylindrical-coordinate representation of color #BBB930: hue angle of 59.14º 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 #BBB930 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 48 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.27 |
| HSL | 59.14º | 0.59% | 0.46% | - |
| HSV(B) | 59.14º | 0.74% | 0.73% | - |
| XYZ | 38.38 | 45.48 | 9.55 | - |
| YUV | 169.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 48 | 0 | 0.01 | 0.74 | 0.27 | 59.14 | 0.59 | 0.46 |
| Hex | BB | B9 | 30 | 0 | 1 | 4A | 1B | 3B | 3B | 2E |
| Octal | 273 | 271 | 60 | 0 | 1 | 112 | 33 | 73 | 73 | 56 |
| Binary | 10111011 | 10111001 | 110000 | 0 | 1 | 1001010 | 11011 | 111011 | 111011 | 101110 |
Color Harmonies of #BBB930
Complementary color
Monochromatic Colors of #BBB930
Black with #BBB930
Text Example
Text Example
White with #BBB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB930; }
p { color: rgb(187,185,48); }
H1.HeaderClassName
{
color: #BBB930;
}
.AnyTagClassName
{
color: #BBB930;
}
</style>
background-color css
<style>
a { background-color: #BBB930; }
a { background-color: rgb(187,185,48); }
div.DivClassName
{
background-color: #BBB930;
}
.BgClassName
{
background-color: #BBB930;
}
</style>
border-color css
<style>
span { border-color: #BBB930; }
span { border-color: rgb(187,185,48); }
td.TdClassName
{
border-color: #BBB930;
}
.TagClassName
{
border-color: #BBB930;
}
</style>