Shades of Green Smoke #96A84B
Tints of Green Smoke #96A84B
RGB
CMYK
RGB Variations
Color information
#96A84B (or 0x96A84B) is known color: Green Smoke. HEX triplet: 96, A8 and 4B. RGB value is (150,168,75). Sum of RGB (Red+Green+Blue) = 150+168+75=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #96A84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A84B is #6957B4. Grayscale: #989898. Windows color (decimal): -6903733 or 4958358. OLE color: 4958358.
HSL color Cylindrical-coordinate representation of color #96A84B: hue angle of 71.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96A84B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 75 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.34 |
| HSL | 71.61º | 0.38% | 0.48% | - |
| HSV(B) | 71.61º | 0.55% | 0.66% | - |
| XYZ | 27.85 | 35 | 11.94 | - |
| YUV | 152.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 75 | 0.11 | 0 | 0.55 | 0.34 | 71.61 | 0.38 | 0.48 |
| Hex | 96 | A8 | 4B | B | 0 | 37 | 22 | 48 | 26 | 30 |
| Octal | 226 | 250 | 113 | 13 | 0 | 67 | 42 | 110 | 46 | 60 |
| Binary | 10010110 | 10101000 | 1001011 | 1011 | 0 | 110111 | 100010 | 1001000 | 100110 | 110000 |
Color Harmonies of #96A84B
Complementary color
Monochromatic Colors of #96A84B
Black with #96A84B
Text Example
Text Example
White with #96A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A84B; }
p { color: rgb(150,168,75); }
H1.HeaderClassName
{
color: #96A84B;
}
.AnyTagClassName
{
color: #96A84B;
}
</style>
background-color css
<style>
a { background-color: #96A84B; }
a { background-color: rgb(150,168,75); }
div.DivClassName
{
background-color: #96A84B;
}
.BgClassName
{
background-color: #96A84B;
}
</style>
border-color css
<style>
span { border-color: #96A84B; }
span { border-color: rgb(150,168,75); }
td.TdClassName
{
border-color: #96A84B;
}
.TagClassName
{
border-color: #96A84B;
}
</style>