Shades of Green Smoke #9CAB5C
Tints of Green Smoke #9CAB5C
RGB
CMYK
RGB Variations
Color information
#9CAB5C (or 0x9CAB5C) is known color: Green Smoke. HEX triplet: 9C, AB and 5C. RGB value is (156,171,92). Sum of RGB (Red+Green+Blue) = 156+171+92=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB5C is #6354A3. Grayscale: #9D9D9D. Windows color (decimal): -6509732 or 6073244. OLE color: 6073244.
HSL color Cylindrical-coordinate representation of color #9CAB5C: hue angle of 71.39º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CAB5C is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 92 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.33 |
| HSL | 71.39º | 0.32% | 0.52% | - |
| HSV(B) | 71.39º | 0.46% | 0.67% | - |
| XYZ | 30.2 | 36.97 | 15.67 | - |
| YUV | 157.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 92 | 0.09 | 0 | 0.46 | 0.33 | 71.39 | 0.32 | 0.52 |
| Hex | 9C | AB | 5C | 9 | 0 | 2E | 21 | 47 | 20 | 34 |
| Octal | 234 | 253 | 134 | 11 | 0 | 56 | 41 | 107 | 40 | 64 |
| Binary | 10011100 | 10101011 | 1011100 | 1001 | 0 | 101110 | 100001 | 1000111 | 100000 | 110100 |
Color Harmonies of #9CAB5C
Complementary color
Monochromatic Colors of #9CAB5C
Black with #9CAB5C
Text Example
Text Example
White with #9CAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB5C; }
p { color: rgb(156,171,92); }
H1.HeaderClassName
{
color: #9CAB5C;
}
.AnyTagClassName
{
color: #9CAB5C;
}
</style>
background-color css
<style>
a { background-color: #9CAB5C; }
a { background-color: rgb(156,171,92); }
div.DivClassName
{
background-color: #9CAB5C;
}
.BgClassName
{
background-color: #9CAB5C;
}
</style>
border-color css
<style>
span { border-color: #9CAB5C; }
span { border-color: rgb(156,171,92); }
td.TdClassName
{
border-color: #9CAB5C;
}
.TagClassName
{
border-color: #9CAB5C;
}
</style>