Shades of Green Smoke #999C5B
Tints of Green Smoke #999C5B
RGB
CMYK
RGB Variations
Color information
#999C5B (or 0x999C5B) is known color: Green Smoke. HEX triplet: 99, 9C and 5B. RGB value is (153,156,91). Sum of RGB (Red+Green+Blue) = 153+156+91=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #999C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C5B is #6663A4. Grayscale: #939393. Windows color (decimal): -6710181 or 6003865. OLE color: 6003865.
HSL color Cylindrical-coordinate representation of color #999C5B: hue angle of 62.77º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999C5B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 91 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.39 |
| HSL | 62.77º | 0.26% | 0.48% | - |
| HSV(B) | 62.77º | 0.42% | 0.61% | - |
| XYZ | 26.91 | 31.3 | 14.52 | - |
| YUV | 147.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 91 | 0.02 | 0 | 0.42 | 0.39 | 62.77 | 0.26 | 0.48 |
| Hex | 99 | 9C | 5B | 2 | 0 | 2A | 27 | 3F | 1A | 30 |
| Octal | 231 | 234 | 133 | 2 | 0 | 52 | 47 | 77 | 32 | 60 |
| Binary | 10011001 | 10011100 | 1011011 | 10 | 0 | 101010 | 100111 | 111111 | 11010 | 110000 |
Color Harmonies of #999C5B
Complementary color
Monochromatic Colors of #999C5B
Black with #999C5B
Text Example
Text Example
White with #999C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C5B; }
p { color: rgb(153,156,91); }
H1.HeaderClassName
{
color: #999C5B;
}
.AnyTagClassName
{
color: #999C5B;
}
</style>
background-color css
<style>
a { background-color: #999C5B; }
a { background-color: rgb(153,156,91); }
div.DivClassName
{
background-color: #999C5B;
}
.BgClassName
{
background-color: #999C5B;
}
</style>
border-color css
<style>
span { border-color: #999C5B; }
span { border-color: rgb(153,156,91); }
td.TdClassName
{
border-color: #999C5B;
}
.TagClassName
{
border-color: #999C5B;
}
</style>