Shades of Jumbo #898B84
Tints of Jumbo #898B84
RGB
CMYK
RGB Variations
Color information
#898B84 (or 0x898B84) is known color: Jumbo. HEX triplet: 89, 8B and 84. RGB value is (137,139,132). Sum of RGB (Red+Green+Blue) = 137+139+132=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #898B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B84 is #76747B. Grayscale: #898989. Windows color (decimal): -7763068 or 8686473. OLE color: 8686473.
HSL color Cylindrical-coordinate representation of color #898B84: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898B84 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 132 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.45 |
| HSL | 77.14º | 0.03% | 0.53% | - |
| HSV(B) | 77.14º | 0.05% | 0.55% | - |
| XYZ | 23.71 | 25.45 | 25.49 | - |
| YUV | 137.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 132 | 0.01 | 0 | 0.05 | 0.45 | 77.14 | 0.03 | 0.53 |
| Hex | 89 | 8B | 84 | 1 | 0 | 5 | 2D | 4D | 3 | 35 |
| Octal | 211 | 213 | 204 | 1 | 0 | 5 | 55 | 115 | 3 | 65 |
| Binary | 10001001 | 10001011 | 10000100 | 1 | 0 | 101 | 101101 | 1001101 | 11 | 110101 |
Color Harmonies of #898B84
Complementary color
Monochromatic Colors of #898B84
Black with #898B84
Text Example
Text Example
White with #898B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B84; }
p { color: rgb(137,139,132); }
H1.HeaderClassName
{
color: #898B84;
}
.AnyTagClassName
{
color: #898B84;
}
</style>
background-color css
<style>
a { background-color: #898B84; }
a { background-color: rgb(137,139,132); }
div.DivClassName
{
background-color: #898B84;
}
.BgClassName
{
background-color: #898B84;
}
</style>
border-color css
<style>
span { border-color: #898B84; }
span { border-color: rgb(137,139,132); }
td.TdClassName
{
border-color: #898B84;
}
.TagClassName
{
border-color: #898B84;
}
</style>