Shades of Green Smoke #96A353
Tints of Green Smoke #96A353
RGB
CMYK
RGB Variations
Color information
#96A353 (or 0x96A353) is known color: Green Smoke. HEX triplet: 96, A3 and 53. RGB value is (150,163,83). Sum of RGB (Red+Green+Blue) = 150+163+83=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #96A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A353 is #695CAC. Grayscale: #969696. Windows color (decimal): -6905005 or 5481366. OLE color: 5481366.
HSL color Cylindrical-coordinate representation of color #96A353: hue angle of 69.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96A353 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 83 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.36 |
| HSL | 69.75º | 0.33% | 0.48% | - |
| HSV(B) | 69.75º | 0.49% | 0.64% | - |
| XYZ | 27.24 | 33.3 | 13.18 | - |
| YUV | 149.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 83 | 0.08 | 0 | 0.49 | 0.36 | 69.75 | 0.33 | 0.48 |
| Hex | 96 | A3 | 53 | 8 | 0 | 31 | 24 | 46 | 21 | 30 |
| Octal | 226 | 243 | 123 | 10 | 0 | 61 | 44 | 106 | 41 | 60 |
| Binary | 10010110 | 10100011 | 1010011 | 1000 | 0 | 110001 | 100100 | 1000110 | 100001 | 110000 |
Color Harmonies of #96A353
Complementary color
Monochromatic Colors of #96A353
Black with #96A353
Text Example
Text Example
White with #96A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A353; }
p { color: rgb(150,163,83); }
H1.HeaderClassName
{
color: #96A353;
}
.AnyTagClassName
{
color: #96A353;
}
</style>
background-color css
<style>
a { background-color: #96A353; }
a { background-color: rgb(150,163,83); }
div.DivClassName
{
background-color: #96A353;
}
.BgClassName
{
background-color: #96A353;
}
</style>
border-color css
<style>
span { border-color: #96A353; }
span { border-color: rgb(150,163,83); }
td.TdClassName
{
border-color: #96A353;
}
.TagClassName
{
border-color: #96A353;
}
</style>