Shades of Green Smoke #9CAA5C
Tints of Green Smoke #9CAA5C
RGB
CMYK
RGB Variations
Color information
#9CAA5C (or 0x9CAA5C) is known color: Green Smoke. HEX triplet: 9C, AA and 5C. RGB value is (156,170,92). Sum of RGB (Red+Green+Blue) = 156+170+92=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA5C is #6355A3. Grayscale: #9D9D9D. Windows color (decimal): -6509988 or 6072988. OLE color: 6072988.
HSL color Cylindrical-coordinate representation of color #9CAA5C: hue angle of 70.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CAA5C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 92 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.33 |
| HSL | 70.77º | 0.31% | 0.51% | - |
| HSV(B) | 70.77º | 0.46% | 0.67% | - |
| XYZ | 30.02 | 36.59 | 15.61 | - |
| YUV | 156.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 92 | 0.08 | 0 | 0.46 | 0.33 | 70.77 | 0.31 | 0.51 |
| Hex | 9C | AA | 5C | 8 | 0 | 2E | 21 | 47 | 1F | 33 |
| Octal | 234 | 252 | 134 | 10 | 0 | 56 | 41 | 107 | 37 | 63 |
| Binary | 10011100 | 10101010 | 1011100 | 1000 | 0 | 101110 | 100001 | 1000111 | 11111 | 110011 |
Color Harmonies of #9CAA5C
Complementary color
Monochromatic Colors of #9CAA5C
Black with #9CAA5C
Text Example
Text Example
White with #9CAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA5C; }
p { color: rgb(156,170,92); }
H1.HeaderClassName
{
color: #9CAA5C;
}
.AnyTagClassName
{
color: #9CAA5C;
}
</style>
background-color css
<style>
a { background-color: #9CAA5C; }
a { background-color: rgb(156,170,92); }
div.DivClassName
{
background-color: #9CAA5C;
}
.BgClassName
{
background-color: #9CAA5C;
}
</style>
border-color css
<style>
span { border-color: #9CAA5C; }
span { border-color: rgb(156,170,92); }
td.TdClassName
{
border-color: #9CAA5C;
}
.TagClassName
{
border-color: #9CAA5C;
}
</style>