Shades of Green Smoke #9CA55B
Tints of Green Smoke #9CA55B
RGB
CMYK
RGB Variations
Color information
#9CA55B (or 0x9CA55B) is known color: Green Smoke. HEX triplet: 9C, A5 and 5B. RGB value is (156,165,91). Sum of RGB (Red+Green+Blue) = 156+165+91=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA55B is #635AA4. Grayscale: #9A9A9A. Windows color (decimal): -6511269 or 6006172. OLE color: 6006172.
HSL color Cylindrical-coordinate representation of color #9CA55B: hue angle of 67.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CA55B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 91 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.35 |
| HSL | 67.3º | 0.29% | 0.5% | - |
| HSV(B) | 67.3º | 0.45% | 0.65% | - |
| XYZ | 29.05 | 34.73 | 15.07 | - |
| YUV | 153.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 91 | 0.05 | 0 | 0.45 | 0.35 | 67.3 | 0.29 | 0.5 |
| Hex | 9C | A5 | 5B | 5 | 0 | 2D | 23 | 43 | 1D | 32 |
| Octal | 234 | 245 | 133 | 5 | 0 | 55 | 43 | 103 | 35 | 62 |
| Binary | 10011100 | 10100101 | 1011011 | 101 | 0 | 101101 | 100011 | 1000011 | 11101 | 110010 |
Color Harmonies of #9CA55B
Complementary color
Monochromatic Colors of #9CA55B
Black with #9CA55B
Text Example
Text Example
White with #9CA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA55B; }
p { color: rgb(156,165,91); }
H1.HeaderClassName
{
color: #9CA55B;
}
.AnyTagClassName
{
color: #9CA55B;
}
</style>
background-color css
<style>
a { background-color: #9CA55B; }
a { background-color: rgb(156,165,91); }
div.DivClassName
{
background-color: #9CA55B;
}
.BgClassName
{
background-color: #9CA55B;
}
</style>
border-color css
<style>
span { border-color: #9CA55B; }
span { border-color: rgb(156,165,91); }
td.TdClassName
{
border-color: #9CA55B;
}
.TagClassName
{
border-color: #9CA55B;
}
</style>