Shades of Shadow Green #96C2B3
Tints of Shadow Green #96C2B3
RGB
CMYK
RGB Variations
Color information
#96C2B3 (or 0x96C2B3) is known color: Shadow Green. HEX triplet: 96, C2 and B3. RGB value is (150,194,179). Sum of RGB (Red+Green+Blue) = 150+194+179=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C2B3 is #693D4C. Grayscale: #B3B3B3. Windows color (decimal): -6896973 or 11780758. OLE color: 11780758.
HSL color Cylindrical-coordinate representation of color #96C2B3: hue angle of 159.55º 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 #96C2B3 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 179 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.24 |
| HSL | 159.55º | 0.27% | 0.67% | - |
| HSV(B) | 159.55º | 0.23% | 0.76% | - |
| XYZ | 40.01 | 48.32 | 49.87 | - |
| YUV | 179.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 179 | 0.23 | 0 | 0.08 | 0.24 | 159.55 | 0.27 | 0.67 |
| Hex | 96 | C2 | B3 | 17 | 0 | 8 | 18 | A0 | 1B | 43 |
| Octal | 226 | 302 | 263 | 27 | 0 | 10 | 30 | 240 | 33 | 103 |
| Binary | 10010110 | 11000010 | 10110011 | 10111 | 0 | 1000 | 11000 | 10100000 | 11011 | 1000011 |
Color Harmonies of #96C2B3
Complementary color
Monochromatic Colors of #96C2B3
Black with #96C2B3
Text Example
Text Example
White with #96C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2B3; }
p { color: rgb(150,194,179); }
H1.HeaderClassName
{
color: #96C2B3;
}
.AnyTagClassName
{
color: #96C2B3;
}
</style>
background-color css
<style>
a { background-color: #96C2B3; }
a { background-color: rgb(150,194,179); }
div.DivClassName
{
background-color: #96C2B3;
}
.BgClassName
{
background-color: #96C2B3;
}
</style>
border-color css
<style>
span { border-color: #96C2B3; }
span { border-color: rgb(150,194,179); }
td.TdClassName
{
border-color: #96C2B3;
}
.TagClassName
{
border-color: #96C2B3;
}
</style>