Shades of Shadow Green #96CBB9
Tints of Shadow Green #96CBB9
RGB
CMYK
RGB Variations
Color information
#96CBB9 (or 0x96CBB9) is known color: Shadow Green. HEX triplet: 96, CB and B9. RGB value is (150,203,185). Sum of RGB (Red+Green+Blue) = 150+203+185=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBB9 is #693446. Grayscale: #B9B9B9. Windows color (decimal): -6894663 or 12176278. OLE color: 12176278.
HSL color Cylindrical-coordinate representation of color #96CBB9: hue angle of 159.62º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBB9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 185 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.20 |
| HSL | 159.62º | 0.34% | 0.69% | - |
| HSV(B) | 159.62º | 0.26% | 0.8% | - |
| XYZ | 42.69 | 52.7 | 53.82 | - |
| YUV | 185.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 185 | 0.26 | 0 | 0.09 | 0.20 | 159.62 | 0.34 | 0.69 |
| Hex | 96 | CB | B9 | 1A | 0 | 9 | 14 | A0 | 22 | 45 |
| Octal | 226 | 313 | 271 | 32 | 0 | 11 | 24 | 240 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10111001 | 11010 | 0 | 1001 | 10100 | 10100000 | 100010 | 1000101 |
Color Harmonies of #96CBB9
Complementary color
Monochromatic Colors of #96CBB9
Black with #96CBB9
Text Example
Text Example
White with #96CBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBB9; }
p { color: rgb(150,203,185); }
H1.HeaderClassName
{
color: #96CBB9;
}
.AnyTagClassName
{
color: #96CBB9;
}
</style>
background-color css
<style>
a { background-color: #96CBB9; }
a { background-color: rgb(150,203,185); }
div.DivClassName
{
background-color: #96CBB9;
}
.BgClassName
{
background-color: #96CBB9;
}
</style>
border-color css
<style>
span { border-color: #96CBB9; }
span { border-color: rgb(150,203,185); }
td.TdClassName
{
border-color: #96CBB9;
}
.TagClassName
{
border-color: #96CBB9;
}
</style>