Shades of Earls Green #BBB019
Tints of Earls Green #BBB019
RGB
CMYK
RGB Variations
Color information
#BBB019 (or 0xBBB019) is known color: Earls Green. HEX triplet: BB, B0 and 19. RGB value is (187,176,25). Sum of RGB (Red+Green+Blue) = 187+176+25=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB019 is #444FE6. Grayscale: #A2A2A2. Windows color (decimal): -4476903 or 1683643. OLE color: 1683643.
HSL color Cylindrical-coordinate representation of color #BBB019: hue angle of 55.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBB019 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 25 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.27 |
| HSL | 55.93º | 0.76% | 0.42% | - |
| HSV(B) | 55.93º | 0.87% | 0.73% | - |
| XYZ | 36.19 | 41.69 | 7.06 | - |
| YUV | 162.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 25 | 0 | 0.06 | 0.87 | 0.27 | 55.93 | 0.76 | 0.42 |
| Hex | BB | B0 | 19 | 0 | 6 | 57 | 1B | 38 | 4C | 2A |
| Octal | 273 | 260 | 31 | 0 | 6 | 127 | 33 | 70 | 114 | 52 |
| Binary | 10111011 | 10110000 | 11001 | 0 | 110 | 1010111 | 11011 | 111000 | 1001100 | 101010 |
Color Harmonies of #BBB019
Complementary color
Monochromatic Colors of #BBB019
Black with #BBB019
Text Example
Text Example
White with #BBB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB019; }
p { color: rgb(187,176,25); }
H1.HeaderClassName
{
color: #BBB019;
}
.AnyTagClassName
{
color: #BBB019;
}
</style>
background-color css
<style>
a { background-color: #BBB019; }
a { background-color: rgb(187,176,25); }
div.DivClassName
{
background-color: #BBB019;
}
.BgClassName
{
background-color: #BBB019;
}
</style>
border-color css
<style>
span { border-color: #BBB019; }
span { border-color: rgb(187,176,25); }
td.TdClassName
{
border-color: #BBB019;
}
.TagClassName
{
border-color: #BBB019;
}
</style>