Shades of Green Smoke #96A853
Tints of Green Smoke #96A853
RGB
CMYK
RGB Variations
Color information
#96A853 (or 0x96A853) is known color: Green Smoke. HEX triplet: 96, A8 and 53. RGB value is (150,168,83). Sum of RGB (Red+Green+Blue) = 150+168+83=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #96A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A853 is #6957AC. Grayscale: #999999. Windows color (decimal): -6903725 or 5482646. OLE color: 5482646.
HSL color Cylindrical-coordinate representation of color #96A853: hue angle of 72.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96A853 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 83 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.34 |
| HSL | 72.71º | 0.34% | 0.49% | - |
| HSV(B) | 72.71º | 0.51% | 0.66% | - |
| XYZ | 28.14 | 35.11 | 13.48 | - |
| YUV | 152.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 83 | 0.11 | 0 | 0.51 | 0.34 | 72.71 | 0.34 | 0.49 |
| Hex | 96 | A8 | 53 | B | 0 | 33 | 22 | 49 | 22 | 31 |
| Octal | 226 | 250 | 123 | 13 | 0 | 63 | 42 | 111 | 42 | 61 |
| Binary | 10010110 | 10101000 | 1010011 | 1011 | 0 | 110011 | 100010 | 1001001 | 100010 | 110001 |
Color Harmonies of #96A853
Complementary color
Monochromatic Colors of #96A853
Black with #96A853
Text Example
Text Example
White with #96A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A853; }
p { color: rgb(150,168,83); }
H1.HeaderClassName
{
color: #96A853;
}
.AnyTagClassName
{
color: #96A853;
}
</style>
background-color css
<style>
a { background-color: #96A853; }
a { background-color: rgb(150,168,83); }
div.DivClassName
{
background-color: #96A853;
}
.BgClassName
{
background-color: #96A853;
}
</style>
border-color css
<style>
span { border-color: #96A853; }
span { border-color: rgb(150,168,83); }
td.TdClassName
{
border-color: #96A853;
}
.TagClassName
{
border-color: #96A853;
}
</style>