Shades of Earls Green #BBB030
Tints of Earls Green #BBB030
RGB
CMYK
RGB Variations
Color information
#BBB030 (or 0xBBB030) is known color: Earls Green. HEX triplet: BB, B0 and 30. RGB value is (187,176,48). Sum of RGB (Red+Green+Blue) = 187+176+48=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB030 is #444FCF. Grayscale: #A5A5A5. Windows color (decimal): -4476880 or 3190971. OLE color: 3190971.
HSL color Cylindrical-coordinate representation of color #BBB030: hue angle of 55.25º 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 #BBB030 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 48 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.27 |
| HSL | 55.25º | 0.59% | 0.46% | - |
| HSV(B) | 55.25º | 0.74% | 0.73% | - |
| XYZ | 36.55 | 41.83 | 8.94 | - |
| YUV | 164.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 48 | 0 | 0.06 | 0.74 | 0.27 | 55.25 | 0.59 | 0.46 |
| Hex | BB | B0 | 30 | 0 | 6 | 4A | 1B | 37 | 3B | 2E |
| Octal | 273 | 260 | 60 | 0 | 6 | 112 | 33 | 67 | 73 | 56 |
| Binary | 10111011 | 10110000 | 110000 | 0 | 110 | 1001010 | 11011 | 110111 | 111011 | 101110 |
Color Harmonies of #BBB030
Complementary color
Monochromatic Colors of #BBB030
Black with #BBB030
Text Example
Text Example
White with #BBB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB030; }
p { color: rgb(187,176,48); }
H1.HeaderClassName
{
color: #BBB030;
}
.AnyTagClassName
{
color: #BBB030;
}
</style>
background-color css
<style>
a { background-color: #BBB030; }
a { background-color: rgb(187,176,48); }
div.DivClassName
{
background-color: #BBB030;
}
.BgClassName
{
background-color: #BBB030;
}
</style>
border-color css
<style>
span { border-color: #BBB030; }
span { border-color: rgb(187,176,48); }
td.TdClassName
{
border-color: #BBB030;
}
.TagClassName
{
border-color: #BBB030;
}
</style>