Shades of Shadow Green #96BCB0
Tints of Shadow Green #96BCB0
RGB
CMYK
RGB Variations
Color information
#96BCB0 (or 0x96BCB0) is known color: Shadow Green. HEX triplet: 96, BC and B0. RGB value is (150,188,176). Sum of RGB (Red+Green+Blue) = 150+188+176=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCB0 is #69434F. Grayscale: #AFAFAF. Windows color (decimal): -6898512 or 11582614. OLE color: 11582614.
HSL color Cylindrical-coordinate representation of color #96BCB0: hue angle of 161.05º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCB0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 176 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.26 |
| HSL | 161.05º | 0.22% | 0.66% | - |
| HSV(B) | 161.05º | 0.2% | 0.74% | - |
| XYZ | 38.4 | 45.59 | 47.85 | - |
| YUV | 175.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 176 | 0.20 | 0 | 0.06 | 0.26 | 161.05 | 0.22 | 0.66 |
| Hex | 96 | BC | B0 | 14 | 0 | 6 | 1A | A1 | 16 | 42 |
| Octal | 226 | 274 | 260 | 24 | 0 | 6 | 32 | 241 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10110000 | 10100 | 0 | 110 | 11010 | 10100001 | 10110 | 1000010 |
Color Harmonies of #96BCB0
Complementary color
Monochromatic Colors of #96BCB0
Black with #96BCB0
Text Example
Text Example
White with #96BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCB0; }
p { color: rgb(150,188,176); }
H1.HeaderClassName
{
color: #96BCB0;
}
.AnyTagClassName
{
color: #96BCB0;
}
</style>
background-color css
<style>
a { background-color: #96BCB0; }
a { background-color: rgb(150,188,176); }
div.DivClassName
{
background-color: #96BCB0;
}
.BgClassName
{
background-color: #96BCB0;
}
</style>
border-color css
<style>
span { border-color: #96BCB0; }
span { border-color: rgb(150,188,176); }
td.TdClassName
{
border-color: #96BCB0;
}
.TagClassName
{
border-color: #96BCB0;
}
</style>