Shades of Earls Green #BBB118
Tints of Earls Green #BBB118
RGB
CMYK
RGB Variations
Color information
#BBB118 (or 0xBBB118) is known color: Earls Green. HEX triplet: BB, B1 and 18. RGB value is (187,177,24). Sum of RGB (Red+Green+Blue) = 187+177+24=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB118 is #444EE7. Grayscale: #A3A3A3. Windows color (decimal): -4476648 or 1618363. OLE color: 1618363.
HSL color Cylindrical-coordinate representation of color #BBB118: hue angle of 56.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBB118 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 24 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.27 |
| HSL | 56.32º | 0.77% | 0.41% | - |
| HSV(B) | 56.32º | 0.87% | 0.73% | - |
| XYZ | 36.38 | 42.08 | 7.07 | - |
| YUV | 162.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 24 | 0 | 0.05 | 0.87 | 0.27 | 56.32 | 0.77 | 0.41 |
| Hex | BB | B1 | 18 | 0 | 5 | 57 | 1B | 38 | 4D | 29 |
| Octal | 273 | 261 | 30 | 0 | 5 | 127 | 33 | 70 | 115 | 51 |
| Binary | 10111011 | 10110001 | 11000 | 0 | 101 | 1010111 | 11011 | 111000 | 1001101 | 101001 |
Color Harmonies of #BBB118
Complementary color
Monochromatic Colors of #BBB118
Black with #BBB118
Text Example
Text Example
White with #BBB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB118; }
p { color: rgb(187,177,24); }
H1.HeaderClassName
{
color: #BBB118;
}
.AnyTagClassName
{
color: #BBB118;
}
</style>
background-color css
<style>
a { background-color: #BBB118; }
a { background-color: rgb(187,177,24); }
div.DivClassName
{
background-color: #BBB118;
}
.BgClassName
{
background-color: #BBB118;
}
</style>
border-color css
<style>
span { border-color: #BBB118; }
span { border-color: rgb(187,177,24); }
td.TdClassName
{
border-color: #BBB118;
}
.TagClassName
{
border-color: #BBB118;
}
</style>