Shades of Green Smoke #96A250
Tints of Green Smoke #96A250
RGB
CMYK
RGB Variations
Color information
#96A250 (or 0x96A250) is known color: Green Smoke. HEX triplet: 96, A2 and 50. RGB value is (150,162,80). Sum of RGB (Red+Green+Blue) = 150+162+80=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #96A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A250 is #695DAF. Grayscale: #959595. Windows color (decimal): -6905264 or 5284502. OLE color: 5284502.
HSL color Cylindrical-coordinate representation of color #96A250: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96A250 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 80 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.36 |
| HSL | 68.78º | 0.34% | 0.47% | - |
| HSV(B) | 68.78º | 0.51% | 0.64% | - |
| XYZ | 26.95 | 32.9 | 12.52 | - |
| YUV | 149.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 80 | 0.07 | 0 | 0.51 | 0.36 | 68.78 | 0.34 | 0.47 |
| Hex | 96 | A2 | 50 | 7 | 0 | 33 | 24 | 45 | 22 | 2F |
| Octal | 226 | 242 | 120 | 7 | 0 | 63 | 44 | 105 | 42 | 57 |
| Binary | 10010110 | 10100010 | 1010000 | 111 | 0 | 110011 | 100100 | 1000101 | 100010 | 101111 |
Color Harmonies of #96A250
Complementary color
Monochromatic Colors of #96A250
Black with #96A250
Text Example
Text Example
White with #96A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A250; }
p { color: rgb(150,162,80); }
H1.HeaderClassName
{
color: #96A250;
}
.AnyTagClassName
{
color: #96A250;
}
</style>
background-color css
<style>
a { background-color: #96A250; }
a { background-color: rgb(150,162,80); }
div.DivClassName
{
background-color: #96A250;
}
.BgClassName
{
background-color: #96A250;
}
</style>
border-color css
<style>
span { border-color: #96A250; }
span { border-color: rgb(150,162,80); }
td.TdClassName
{
border-color: #96A250;
}
.TagClassName
{
border-color: #96A250;
}
</style>