Shades of Earls Green #BBB018
Tints of Earls Green #BBB018
RGB
CMYK
RGB Variations
Color information
#BBB018 (or 0xBBB018) is known color: Earls Green. HEX triplet: BB, B0 and 18. RGB value is (187,176,24). Sum of RGB (Red+Green+Blue) = 187+176+24=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB018 is #444FE7. Grayscale: #A2A2A2. Windows color (decimal): -4476904 or 1618107. OLE color: 1618107.
HSL color Cylindrical-coordinate representation of color #BBB018: hue angle of 55.95º 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 #BBB018 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 24 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.27 |
| HSL | 55.95º | 0.77% | 0.41% | - |
| HSV(B) | 55.95º | 0.87% | 0.73% | - |
| XYZ | 36.18 | 41.68 | 7 | - |
| YUV | 161.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 24 | 0 | 0.06 | 0.87 | 0.27 | 55.95 | 0.77 | 0.41 |
| Hex | BB | B0 | 18 | 0 | 6 | 57 | 1B | 38 | 4D | 29 |
| Octal | 273 | 260 | 30 | 0 | 6 | 127 | 33 | 70 | 115 | 51 |
| Binary | 10111011 | 10110000 | 11000 | 0 | 110 | 1010111 | 11011 | 111000 | 1001101 | 101001 |
Color Harmonies of #BBB018
Complementary color
Monochromatic Colors of #BBB018
Black with #BBB018
Text Example
Text Example
White with #BBB018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB018; }
p { color: rgb(187,176,24); }
H1.HeaderClassName
{
color: #BBB018;
}
.AnyTagClassName
{
color: #BBB018;
}
</style>
background-color css
<style>
a { background-color: #BBB018; }
a { background-color: rgb(187,176,24); }
div.DivClassName
{
background-color: #BBB018;
}
.BgClassName
{
background-color: #BBB018;
}
</style>
border-color css
<style>
span { border-color: #BBB018; }
span { border-color: rgb(187,176,24); }
td.TdClassName
{
border-color: #BBB018;
}
.TagClassName
{
border-color: #BBB018;
}
</style>