Shades of Shadow Green #96BAB2
Tints of Shadow Green #96BAB2
RGB
CMYK
RGB Variations
Color information
#96BAB2 (or 0x96BAB2) is known color: Shadow Green. HEX triplet: 96, BA and B2. RGB value is (150,186,178). Sum of RGB (Red+Green+Blue) = 150+186+178=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAB2 is #69454D. Grayscale: #AEAEAE. Windows color (decimal): -6899022 or 11713174. OLE color: 11713174.
HSL color Cylindrical-coordinate representation of color #96BAB2: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAB2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 178 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.27 |
| HSL | 166.67º | 0.21% | 0.66% | - |
| HSV(B) | 166.67º | 0.19% | 0.73% | - |
| XYZ | 38.17 | 44.82 | 48.76 | - |
| YUV | 174.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 178 | 0.19 | 0 | 0.04 | 0.27 | 166.67 | 0.21 | 0.66 |
| Hex | 96 | BA | B2 | 13 | 0 | 4 | 1B | A7 | 15 | 42 |
| Octal | 226 | 272 | 262 | 23 | 0 | 4 | 33 | 247 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10110010 | 10011 | 0 | 100 | 11011 | 10100111 | 10101 | 1000010 |
Color Harmonies of #96BAB2
Complementary color
Monochromatic Colors of #96BAB2
Black with #96BAB2
Text Example
Text Example
White with #96BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAB2; }
p { color: rgb(150,186,178); }
H1.HeaderClassName
{
color: #96BAB2;
}
.AnyTagClassName
{
color: #96BAB2;
}
</style>
background-color css
<style>
a { background-color: #96BAB2; }
a { background-color: rgb(150,186,178); }
div.DivClassName
{
background-color: #96BAB2;
}
.BgClassName
{
background-color: #96BAB2;
}
</style>
border-color css
<style>
span { border-color: #96BAB2; }
span { border-color: rgb(150,186,178); }
td.TdClassName
{
border-color: #96BAB2;
}
.TagClassName
{
border-color: #96BAB2;
}
</style>