Shades of Shadow Green #96C0B1
Tints of Shadow Green #96C0B1
RGB
CMYK
RGB Variations
Color information
#96C0B1 (or 0x96C0B1) is known color: Shadow Green. HEX triplet: 96, C0 and B1. RGB value is (150,192,177). Sum of RGB (Red+Green+Blue) = 150+192+177=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0B1 is #693F4E. Grayscale: #B1B1B1. Windows color (decimal): -6897487 or 11649174. OLE color: 11649174.
HSL color Cylindrical-coordinate representation of color #96C0B1: hue angle of 158.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0B1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 177 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.25 |
| HSL | 158.57º | 0.25% | 0.67% | - |
| HSV(B) | 158.57º | 0.22% | 0.75% | - |
| XYZ | 39.36 | 47.36 | 48.66 | - |
| YUV | 177.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 177 | 0.22 | 0 | 0.08 | 0.25 | 158.57 | 0.25 | 0.67 |
| Hex | 96 | C0 | B1 | 16 | 0 | 8 | 19 | 9F | 19 | 43 |
| Octal | 226 | 300 | 261 | 26 | 0 | 10 | 31 | 237 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10110001 | 10110 | 0 | 1000 | 11001 | 10011111 | 11001 | 1000011 |
Color Harmonies of #96C0B1
Complementary color
Monochromatic Colors of #96C0B1
Black with #96C0B1
Text Example
Text Example
White with #96C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0B1; }
p { color: rgb(150,192,177); }
H1.HeaderClassName
{
color: #96C0B1;
}
.AnyTagClassName
{
color: #96C0B1;
}
</style>
background-color css
<style>
a { background-color: #96C0B1; }
a { background-color: rgb(150,192,177); }
div.DivClassName
{
background-color: #96C0B1;
}
.BgClassName
{
background-color: #96C0B1;
}
</style>
border-color css
<style>
span { border-color: #96C0B1; }
span { border-color: rgb(150,192,177); }
td.TdClassName
{
border-color: #96C0B1;
}
.TagClassName
{
border-color: #96C0B1;
}
</style>