Shades of Shadow Green #96BCB5
Tints of Shadow Green #96BCB5
RGB
CMYK
RGB Variations
Color information
#96BCB5 (or 0x96BCB5) is known color: Shadow Green. HEX triplet: 96, BC and B5. RGB value is (150,188,181). Sum of RGB (Red+Green+Blue) = 150+188+181=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCB5 is #69434A. Grayscale: #AFAFAF. Windows color (decimal): -6898507 or 11910294. OLE color: 11910294.
HSL color Cylindrical-coordinate representation of color #96BCB5: hue angle of 168.95º 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 #96BCB5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 181 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.26 |
| HSL | 168.95º | 0.22% | 0.66% | - |
| HSV(B) | 168.95º | 0.2% | 0.74% | - |
| XYZ | 38.9 | 45.79 | 50.5 | - |
| YUV | 175.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 181 | 0.20 | 0 | 0.04 | 0.26 | 168.95 | 0.22 | 0.66 |
| Hex | 96 | BC | B5 | 14 | 0 | 4 | 1A | A9 | 16 | 42 |
| Octal | 226 | 274 | 265 | 24 | 0 | 4 | 32 | 251 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10110101 | 10100 | 0 | 100 | 11010 | 10101001 | 10110 | 1000010 |
Color Harmonies of #96BCB5
Complementary color
Monochromatic Colors of #96BCB5
Black with #96BCB5
Text Example
Text Example
White with #96BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCB5; }
p { color: rgb(150,188,181); }
H1.HeaderClassName
{
color: #96BCB5;
}
.AnyTagClassName
{
color: #96BCB5;
}
</style>
background-color css
<style>
a { background-color: #96BCB5; }
a { background-color: rgb(150,188,181); }
div.DivClassName
{
background-color: #96BCB5;
}
.BgClassName
{
background-color: #96BCB5;
}
</style>
border-color css
<style>
span { border-color: #96BCB5; }
span { border-color: rgb(150,188,181); }
td.TdClassName
{
border-color: #96BCB5;
}
.TagClassName
{
border-color: #96BCB5;
}
</style>