Shades of Granite Green #9B8C5D
Tints of Granite Green #9B8C5D
RGB
CMYK
RGB Variations
Color information
#9B8C5D (or 0x9B8C5D) is known color: Granite Green. HEX triplet: 9B, 8C and 5D. RGB value is (155,140,93). Sum of RGB (Red+Green+Blue) = 155+140+93=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C5D is #6473A2. Grayscale: #8B8B8B. Windows color (decimal): -6583203 or 6130843. OLE color: 6130843.
HSL color Cylindrical-coordinate representation of color #9B8C5D: hue angle of 45.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B8C5D is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 93 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.39 |
| HSL | 45.48º | 0.25% | 0.49% | - |
| HSV(B) | 45.48º | 0.4% | 0.61% | - |
| XYZ | 24.87 | 26.52 | 14.16 | - |
| YUV | 139.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 93 | 0 | 0.10 | 0.4 | 0.39 | 45.48 | 0.25 | 0.49 |
| Hex | 9B | 8C | 5D | 0 | A | 28 | 27 | 2D | 19 | 31 |
| Octal | 233 | 214 | 135 | 0 | 12 | 50 | 47 | 55 | 31 | 61 |
| Binary | 10011011 | 10001100 | 1011101 | 0 | 1010 | 101000 | 100111 | 101101 | 11001 | 110001 |
Color Harmonies of #9B8C5D
Complementary color
Monochromatic Colors of #9B8C5D
Black with #9B8C5D
Text Example
Text Example
White with #9B8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C5D; }
p { color: rgb(155,140,93); }
H1.HeaderClassName
{
color: #9B8C5D;
}
.AnyTagClassName
{
color: #9B8C5D;
}
</style>
background-color css
<style>
a { background-color: #9B8C5D; }
a { background-color: rgb(155,140,93); }
div.DivClassName
{
background-color: #9B8C5D;
}
.BgClassName
{
background-color: #9B8C5D;
}
</style>
border-color css
<style>
span { border-color: #9B8C5D; }
span { border-color: rgb(155,140,93); }
td.TdClassName
{
border-color: #9B8C5D;
}
.TagClassName
{
border-color: #9B8C5D;
}
</style>