Shades of Green Smoke #9CA555
Tints of Green Smoke #9CA555
RGB
CMYK
RGB Variations
Color information
#9CA555 (or 0x9CA555) is known color: Green Smoke. HEX triplet: 9C, A5 and 55. RGB value is (156,165,85). Sum of RGB (Red+Green+Blue) = 156+165+85=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA555 is #635AAA. Grayscale: #999999. Windows color (decimal): -6511275 or 5612956. OLE color: 5612956.
HSL color Cylindrical-coordinate representation of color #9CA555: hue angle of 66.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CA555 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 85 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.35 |
| HSL | 66.75º | 0.32% | 0.49% | - |
| HSV(B) | 66.75º | 0.48% | 0.65% | - |
| XYZ | 28.81 | 34.63 | 13.76 | - |
| YUV | 153.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 85 | 0.05 | 0 | 0.48 | 0.35 | 66.75 | 0.32 | 0.49 |
| Hex | 9C | A5 | 55 | 5 | 0 | 30 | 23 | 43 | 20 | 31 |
| Octal | 234 | 245 | 125 | 5 | 0 | 60 | 43 | 103 | 40 | 61 |
| Binary | 10011100 | 10100101 | 1010101 | 101 | 0 | 110000 | 100011 | 1000011 | 100000 | 110001 |
Color Harmonies of #9CA555
Complementary color
Monochromatic Colors of #9CA555
Black with #9CA555
Text Example
Text Example
White with #9CA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA555; }
p { color: rgb(156,165,85); }
H1.HeaderClassName
{
color: #9CA555;
}
.AnyTagClassName
{
color: #9CA555;
}
</style>
background-color css
<style>
a { background-color: #9CA555; }
a { background-color: rgb(156,165,85); }
div.DivClassName
{
background-color: #9CA555;
}
.BgClassName
{
background-color: #9CA555;
}
</style>
border-color css
<style>
span { border-color: #9CA555; }
span { border-color: rgb(156,165,85); }
td.TdClassName
{
border-color: #9CA555;
}
.TagClassName
{
border-color: #9CA555;
}
</style>