Shades of Green Smoke #9CAB4D
Tints of Green Smoke #9CAB4D
RGB
CMYK
RGB Variations
Color information
#9CAB4D (or 0x9CAB4D) is known color: Green Smoke. HEX triplet: 9C, AB and 4D. RGB value is (156,171,77). Sum of RGB (Red+Green+Blue) = 156+171+77=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB4D is #6354B2. Grayscale: #9C9C9C. Windows color (decimal): -6509747 or 5090204. OLE color: 5090204.
HSL color Cylindrical-coordinate representation of color #9CAB4D: hue angle of 69.57º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CAB4D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 77 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.33 |
| HSL | 69.57º | 0.38% | 0.49% | - |
| HSV(B) | 69.57º | 0.55% | 0.67% | - |
| XYZ | 29.61 | 36.73 | 12.55 | - |
| YUV | 155.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 77 | 0.09 | 0 | 0.55 | 0.33 | 69.57 | 0.38 | 0.49 |
| Hex | 9C | AB | 4D | 9 | 0 | 37 | 21 | 46 | 26 | 31 |
| Octal | 234 | 253 | 115 | 11 | 0 | 67 | 41 | 106 | 46 | 61 |
| Binary | 10011100 | 10101011 | 1001101 | 1001 | 0 | 110111 | 100001 | 1000110 | 100110 | 110001 |
Color Harmonies of #9CAB4D
Complementary color
Monochromatic Colors of #9CAB4D
Black with #9CAB4D
Text Example
Text Example
White with #9CAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB4D; }
p { color: rgb(156,171,77); }
H1.HeaderClassName
{
color: #9CAB4D;
}
.AnyTagClassName
{
color: #9CAB4D;
}
</style>
background-color css
<style>
a { background-color: #9CAB4D; }
a { background-color: rgb(156,171,77); }
div.DivClassName
{
background-color: #9CAB4D;
}
.BgClassName
{
background-color: #9CAB4D;
}
</style>
border-color css
<style>
span { border-color: #9CAB4D; }
span { border-color: rgb(156,171,77); }
td.TdClassName
{
border-color: #9CAB4D;
}
.TagClassName
{
border-color: #9CAB4D;
}
</style>