Shades of Green Smoke #96A350
Tints of Green Smoke #96A350
RGB
CMYK
RGB Variations
Color information
#96A350 (or 0x96A350) is known color: Green Smoke. HEX triplet: 96, A3 and 50. RGB value is (150,163,80). Sum of RGB (Red+Green+Blue) = 150+163+80=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #96A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A350 is #695CAF. Grayscale: #959595. Windows color (decimal): -6905008 or 5284758. OLE color: 5284758.
HSL color Cylindrical-coordinate representation of color #96A350: hue angle of 69.4º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96A350 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 80 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.36 |
| HSL | 69.4º | 0.34% | 0.48% | - |
| HSV(B) | 69.4º | 0.51% | 0.64% | - |
| XYZ | 27.12 | 33.26 | 12.58 | - |
| YUV | 149.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 80 | 0.08 | 0 | 0.51 | 0.36 | 69.4 | 0.34 | 0.48 |
| Hex | 96 | A3 | 50 | 8 | 0 | 33 | 24 | 45 | 22 | 30 |
| Octal | 226 | 243 | 120 | 10 | 0 | 63 | 44 | 105 | 42 | 60 |
| Binary | 10010110 | 10100011 | 1010000 | 1000 | 0 | 110011 | 100100 | 1000101 | 100010 | 110000 |
Color Harmonies of #96A350
Complementary color
Monochromatic Colors of #96A350
Black with #96A350
Text Example
Text Example
White with #96A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A350; }
p { color: rgb(150,163,80); }
H1.HeaderClassName
{
color: #96A350;
}
.AnyTagClassName
{
color: #96A350;
}
</style>
background-color css
<style>
a { background-color: #96A350; }
a { background-color: rgb(150,163,80); }
div.DivClassName
{
background-color: #96A350;
}
.BgClassName
{
background-color: #96A350;
}
</style>
border-color css
<style>
span { border-color: #96A350; }
span { border-color: rgb(150,163,80); }
td.TdClassName
{
border-color: #96A350;
}
.TagClassName
{
border-color: #96A350;
}
</style>