Shades of Green Smoke #9CA457
Tints of Green Smoke #9CA457
RGB
CMYK
RGB Variations
Color information
#9CA457 (or 0x9CA457) is known color: Green Smoke. HEX triplet: 9C, A4 and 57. RGB value is (156,164,87). Sum of RGB (Red+Green+Blue) = 156+164+87=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA457 is #635BA8. Grayscale: #999999. Windows color (decimal): -6511529 or 5743772. OLE color: 5743772.
HSL color Cylindrical-coordinate representation of color #9CA457: hue angle of 66.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CA457 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 87 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.36 |
| HSL | 66.23º | 0.31% | 0.49% | - |
| HSV(B) | 66.23º | 0.47% | 0.64% | - |
| XYZ | 28.71 | 34.31 | 14.13 | - |
| YUV | 152.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 87 | 0.05 | 0 | 0.47 | 0.36 | 66.23 | 0.31 | 0.49 |
| Hex | 9C | A4 | 57 | 5 | 0 | 2F | 24 | 42 | 1F | 31 |
| Octal | 234 | 244 | 127 | 5 | 0 | 57 | 44 | 102 | 37 | 61 |
| Binary | 10011100 | 10100100 | 1010111 | 101 | 0 | 101111 | 100100 | 1000010 | 11111 | 110001 |
Color Harmonies of #9CA457
Complementary color
Monochromatic Colors of #9CA457
Black with #9CA457
Text Example
Text Example
White with #9CA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA457; }
p { color: rgb(156,164,87); }
H1.HeaderClassName
{
color: #9CA457;
}
.AnyTagClassName
{
color: #9CA457;
}
</style>
background-color css
<style>
a { background-color: #9CA457; }
a { background-color: rgb(156,164,87); }
div.DivClassName
{
background-color: #9CA457;
}
.BgClassName
{
background-color: #9CA457;
}
</style>
border-color css
<style>
span { border-color: #9CA457; }
span { border-color: rgb(156,164,87); }
td.TdClassName
{
border-color: #9CA457;
}
.TagClassName
{
border-color: #9CA457;
}
</style>