Shades of Shadow Green #96BAB0
Tints of Shadow Green #96BAB0
RGB
CMYK
RGB Variations
Color information
#96BAB0 (or 0x96BAB0) is known color: Shadow Green. HEX triplet: 96, BA and B0. RGB value is (150,186,176). Sum of RGB (Red+Green+Blue) = 150+186+176=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAB0 is #69454F. Grayscale: #AEAEAE. Windows color (decimal): -6899024 or 11582102. OLE color: 11582102.
HSL color Cylindrical-coordinate representation of color #96BAB0: hue angle of 163.33º 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 #96BAB0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 176 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.27 |
| HSL | 163.33º | 0.21% | 0.66% | - |
| HSV(B) | 163.33º | 0.19% | 0.73% | - |
| XYZ | 37.97 | 44.74 | 47.71 | - |
| YUV | 174.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 176 | 0.19 | 0 | 0.05 | 0.27 | 163.33 | 0.21 | 0.66 |
| Hex | 96 | BA | B0 | 13 | 0 | 5 | 1B | A3 | 15 | 42 |
| Octal | 226 | 272 | 260 | 23 | 0 | 5 | 33 | 243 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10110000 | 10011 | 0 | 101 | 11011 | 10100011 | 10101 | 1000010 |
Color Harmonies of #96BAB0
Complementary color
Monochromatic Colors of #96BAB0
Black with #96BAB0
Text Example
Text Example
White with #96BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAB0; }
p { color: rgb(150,186,176); }
H1.HeaderClassName
{
color: #96BAB0;
}
.AnyTagClassName
{
color: #96BAB0;
}
</style>
background-color css
<style>
a { background-color: #96BAB0; }
a { background-color: rgb(150,186,176); }
div.DivClassName
{
background-color: #96BAB0;
}
.BgClassName
{
background-color: #96BAB0;
}
</style>
border-color css
<style>
span { border-color: #96BAB0; }
span { border-color: rgb(150,186,176); }
td.TdClassName
{
border-color: #96BAB0;
}
.TagClassName
{
border-color: #96BAB0;
}
</style>