Shades of Shadow Green #96CAB6
Tints of Shadow Green #96CAB6
RGB
CMYK
RGB Variations
Color information
#96CAB6 (or 0x96CAB6) is known color: Shadow Green. HEX triplet: 96, CA and B6. RGB value is (150,202,182). Sum of RGB (Red+Green+Blue) = 150+202+182=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAB6 is #693549. Grayscale: #B8B8B8. Windows color (decimal): -6894922 or 11979414. OLE color: 11979414.
HSL color Cylindrical-coordinate representation of color #96CAB6: hue angle of 156.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAB6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 182 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.21 |
| HSL | 156.92º | 0.33% | 0.69% | - |
| HSV(B) | 156.92º | 0.26% | 0.79% | - |
| XYZ | 42.14 | 52.1 | 52.09 | - |
| YUV | 184.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 182 | 0.26 | 0 | 0.10 | 0.21 | 156.92 | 0.33 | 0.69 |
| Hex | 96 | CA | B6 | 1A | 0 | A | 15 | 9D | 21 | 45 |
| Octal | 226 | 312 | 266 | 32 | 0 | 12 | 25 | 235 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10110110 | 11010 | 0 | 1010 | 10101 | 10011101 | 100001 | 1000101 |
Color Harmonies of #96CAB6
Complementary color
Monochromatic Colors of #96CAB6
Black with #96CAB6
Text Example
Text Example
White with #96CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAB6; }
p { color: rgb(150,202,182); }
H1.HeaderClassName
{
color: #96CAB6;
}
.AnyTagClassName
{
color: #96CAB6;
}
</style>
background-color css
<style>
a { background-color: #96CAB6; }
a { background-color: rgb(150,202,182); }
div.DivClassName
{
background-color: #96CAB6;
}
.BgClassName
{
background-color: #96CAB6;
}
</style>
border-color css
<style>
span { border-color: #96CAB6; }
span { border-color: rgb(150,202,182); }
td.TdClassName
{
border-color: #96CAB6;
}
.TagClassName
{
border-color: #96CAB6;
}
</style>