Shades of Earls Green #BBB219
Tints of Earls Green #BBB219
RGB
CMYK
RGB Variations
Color information
#BBB219 (or 0xBBB219) is known color: Earls Green. HEX triplet: BB, B2 and 19. RGB value is (187,178,25). Sum of RGB (Red+Green+Blue) = 187+178+25=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB219 is #444DE6. Grayscale: #A3A3A3. Windows color (decimal): -4476391 or 1684155. OLE color: 1684155.
HSL color Cylindrical-coordinate representation of color #BBB219: hue angle of 56.67º 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 #BBB219 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 25 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.27 |
| HSL | 56.67º | 0.76% | 0.42% | - |
| HSV(B) | 56.67º | 0.87% | 0.73% | - |
| XYZ | 36.59 | 42.48 | 7.19 | - |
| YUV | 163.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 25 | 0 | 0.05 | 0.87 | 0.27 | 56.67 | 0.76 | 0.42 |
| Hex | BB | B2 | 19 | 0 | 5 | 57 | 1B | 39 | 4C | 2A |
| Octal | 273 | 262 | 31 | 0 | 5 | 127 | 33 | 71 | 114 | 52 |
| Binary | 10111011 | 10110010 | 11001 | 0 | 101 | 1010111 | 11011 | 111001 | 1001100 | 101010 |
Color Harmonies of #BBB219
Complementary color
Monochromatic Colors of #BBB219
Black with #BBB219
Text Example
Text Example
White with #BBB219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB219; }
p { color: rgb(187,178,25); }
H1.HeaderClassName
{
color: #BBB219;
}
.AnyTagClassName
{
color: #BBB219;
}
</style>
background-color css
<style>
a { background-color: #BBB219; }
a { background-color: rgb(187,178,25); }
div.DivClassName
{
background-color: #BBB219;
}
.BgClassName
{
background-color: #BBB219;
}
</style>
border-color css
<style>
span { border-color: #BBB219; }
span { border-color: rgb(187,178,25); }
td.TdClassName
{
border-color: #BBB219;
}
.TagClassName
{
border-color: #BBB219;
}
</style>