Shades of Green Smoke #96A458
Tints of Green Smoke #96A458
RGB
CMYK
RGB Variations
Color information
#96A458 (or 0x96A458) is known color: Green Smoke. HEX triplet: 96, A4 and 58. RGB value is (150,164,88). Sum of RGB (Red+Green+Blue) = 150+164+88=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #96A458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A458 is #695BA7. Grayscale: #979797. Windows color (decimal): -6904744 or 5809302. OLE color: 5809302.
HSL color Cylindrical-coordinate representation of color #96A458: hue angle of 71.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96A458 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 88 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.36 |
| HSL | 71.05º | 0.3% | 0.49% | - |
| HSV(B) | 71.05º | 0.46% | 0.64% | - |
| XYZ | 27.61 | 33.74 | 14.29 | - |
| YUV | 151.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 88 | 0.09 | 0 | 0.46 | 0.36 | 71.05 | 0.3 | 0.49 |
| Hex | 96 | A4 | 58 | 9 | 0 | 2E | 24 | 47 | 1E | 31 |
| Octal | 226 | 244 | 130 | 11 | 0 | 56 | 44 | 107 | 36 | 61 |
| Binary | 10010110 | 10100100 | 1011000 | 1001 | 0 | 101110 | 100100 | 1000111 | 11110 | 110001 |
Color Harmonies of #96A458
Complementary color
Monochromatic Colors of #96A458
Black with #96A458
Text Example
Text Example
White with #96A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A458; }
p { color: rgb(150,164,88); }
H1.HeaderClassName
{
color: #96A458;
}
.AnyTagClassName
{
color: #96A458;
}
</style>
background-color css
<style>
a { background-color: #96A458; }
a { background-color: rgb(150,164,88); }
div.DivClassName
{
background-color: #96A458;
}
.BgClassName
{
background-color: #96A458;
}
</style>
border-color css
<style>
span { border-color: #96A458; }
span { border-color: rgb(150,164,88); }
td.TdClassName
{
border-color: #96A458;
}
.TagClassName
{
border-color: #96A458;
}
</style>