Shades of Shadow Green #96C2B9
Tints of Shadow Green #96C2B9
RGB
CMYK
RGB Variations
Color information
#96C2B9 (or 0x96C2B9) is known color: Shadow Green. HEX triplet: 96, C2 and B9. RGB value is (150,194,185). Sum of RGB (Red+Green+Blue) = 150+194+185=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C2B9 is #693D46. Grayscale: #B3B3B3. Windows color (decimal): -6896967 or 12173974. OLE color: 12173974.
HSL color Cylindrical-coordinate representation of color #96C2B9: hue angle of 167.73º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2B9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 185 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.24 |
| HSL | 167.73º | 0.27% | 0.67% | - |
| HSV(B) | 167.73º | 0.23% | 0.76% | - |
| XYZ | 40.63 | 48.57 | 53.13 | - |
| YUV | 179.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 185 | 0.23 | 0 | 0.05 | 0.24 | 167.73 | 0.27 | 0.67 |
| Hex | 96 | C2 | B9 | 17 | 0 | 5 | 18 | A8 | 1B | 43 |
| Octal | 226 | 302 | 271 | 27 | 0 | 5 | 30 | 250 | 33 | 103 |
| Binary | 10010110 | 11000010 | 10111001 | 10111 | 0 | 101 | 11000 | 10101000 | 11011 | 1000011 |
Color Harmonies of #96C2B9
Complementary color
Monochromatic Colors of #96C2B9
Black with #96C2B9
Text Example
Text Example
White with #96C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2B9; }
p { color: rgb(150,194,185); }
H1.HeaderClassName
{
color: #96C2B9;
}
.AnyTagClassName
{
color: #96C2B9;
}
</style>
background-color css
<style>
a { background-color: #96C2B9; }
a { background-color: rgb(150,194,185); }
div.DivClassName
{
background-color: #96C2B9;
}
.BgClassName
{
background-color: #96C2B9;
}
</style>
border-color css
<style>
span { border-color: #96C2B9; }
span { border-color: rgb(150,194,185); }
td.TdClassName
{
border-color: #96C2B9;
}
.TagClassName
{
border-color: #96C2B9;
}
</style>