Shades of Granite Green #988A5E
Tints of Granite Green #988A5E
RGB
CMYK
RGB Variations
Color information
#988A5E (or 0x988A5E) is known color: Granite Green. HEX triplet: 98, 8A and 5E. RGB value is (152,138,94). Sum of RGB (Red+Green+Blue) = 152+138+94=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #988A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A5E is #6775A1. Grayscale: #898989. Windows color (decimal): -6780322 or 6195864. OLE color: 6195864.
HSL color Cylindrical-coordinate representation of color #988A5E: hue angle of 45.52º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988A5E is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 94 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.40 |
| HSL | 45.52º | 0.24% | 0.48% | - |
| HSV(B) | 45.52º | 0.38% | 0.6% | - |
| XYZ | 24.06 | 25.66 | 14.27 | - |
| YUV | 137.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 94 | 0 | 0.09 | 0.38 | 0.40 | 45.52 | 0.24 | 0.48 |
| Hex | 98 | 8A | 5E | 0 | 9 | 26 | 28 | 2E | 18 | 30 |
| Octal | 230 | 212 | 136 | 0 | 11 | 46 | 50 | 56 | 30 | 60 |
| Binary | 10011000 | 10001010 | 1011110 | 0 | 1001 | 100110 | 101000 | 101110 | 11000 | 110000 |
Color Harmonies of #988A5E
Complementary color
Monochromatic Colors of #988A5E
Black with #988A5E
Text Example
Text Example
White with #988A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A5E; }
p { color: rgb(152,138,94); }
H1.HeaderClassName
{
color: #988A5E;
}
.AnyTagClassName
{
color: #988A5E;
}
</style>
background-color css
<style>
a { background-color: #988A5E; }
a { background-color: rgb(152,138,94); }
div.DivClassName
{
background-color: #988A5E;
}
.BgClassName
{
background-color: #988A5E;
}
</style>
border-color css
<style>
span { border-color: #988A5E; }
span { border-color: rgb(152,138,94); }
td.TdClassName
{
border-color: #988A5E;
}
.TagClassName
{
border-color: #988A5E;
}
</style>