Shades of Granite Green #988B5B
Tints of Granite Green #988B5B
RGB
CMYK
RGB Variations
Color information
#988B5B (or 0x988B5B) is known color: Granite Green. HEX triplet: 98, 8B and 5B. RGB value is (152,139,91). Sum of RGB (Red+Green+Blue) = 152+139+91=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #988B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B5B is #6774A4. Grayscale: #898989. Windows color (decimal): -6780069 or 5999512. OLE color: 5999512.
HSL color Cylindrical-coordinate representation of color #988B5B: hue angle of 47.21º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988B5B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 91 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.40 |
| HSL | 47.21º | 0.25% | 0.48% | - |
| HSV(B) | 47.21º | 0.4% | 0.6% | - |
| XYZ | 24.07 | 25.9 | 13.63 | - |
| YUV | 137.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 91 | 0 | 0.09 | 0.40 | 0.40 | 47.21 | 0.25 | 0.48 |
| Hex | 98 | 8B | 5B | 0 | 9 | 28 | 28 | 2F | 19 | 30 |
| Octal | 230 | 213 | 133 | 0 | 11 | 50 | 50 | 57 | 31 | 60 |
| Binary | 10011000 | 10001011 | 1011011 | 0 | 1001 | 101000 | 101000 | 101111 | 11001 | 110000 |
Color Harmonies of #988B5B
Complementary color
Monochromatic Colors of #988B5B
Black with #988B5B
Text Example
Text Example
White with #988B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B5B; }
p { color: rgb(152,139,91); }
H1.HeaderClassName
{
color: #988B5B;
}
.AnyTagClassName
{
color: #988B5B;
}
</style>
background-color css
<style>
a { background-color: #988B5B; }
a { background-color: rgb(152,139,91); }
div.DivClassName
{
background-color: #988B5B;
}
.BgClassName
{
background-color: #988B5B;
}
</style>
border-color css
<style>
span { border-color: #988B5B; }
span { border-color: rgb(152,139,91); }
td.TdClassName
{
border-color: #988B5B;
}
.TagClassName
{
border-color: #988B5B;
}
</style>