Shades of Shadow Green #96BBB8
Tints of Shadow Green #96BBB8
RGB
CMYK
RGB Variations
Color information
#96BBB8 (or 0x96BBB8) is known color: Shadow Green. HEX triplet: 96, BB and B8. RGB value is (150,187,184). Sum of RGB (Red+Green+Blue) = 150+187+184=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBB8 is #694447. Grayscale: #AFAFAF. Windows color (decimal): -6898760 or 12106646. OLE color: 12106646.
HSL color Cylindrical-coordinate representation of color #96BBB8: hue angle of 175.14º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BBB8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 184 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.27 |
| HSL | 175.14º | 0.21% | 0.66% | - |
| HSV(B) | 175.14º | 0.2% | 0.73% | - |
| XYZ | 39 | 45.49 | 52.07 | - |
| YUV | 175.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 184 | 0.20 | 0 | 0.02 | 0.27 | 175.14 | 0.21 | 0.66 |
| Hex | 96 | BB | B8 | 14 | 0 | 2 | 1B | AF | 15 | 42 |
| Octal | 226 | 273 | 270 | 24 | 0 | 2 | 33 | 257 | 25 | 102 |
| Binary | 10010110 | 10111011 | 10111000 | 10100 | 0 | 10 | 11011 | 10101111 | 10101 | 1000010 |
Color Harmonies of #96BBB8
Complementary color
Monochromatic Colors of #96BBB8
Black with #96BBB8
Text Example
Text Example
White with #96BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBB8; }
p { color: rgb(150,187,184); }
H1.HeaderClassName
{
color: #96BBB8;
}
.AnyTagClassName
{
color: #96BBB8;
}
</style>
background-color css
<style>
a { background-color: #96BBB8; }
a { background-color: rgb(150,187,184); }
div.DivClassName
{
background-color: #96BBB8;
}
.BgClassName
{
background-color: #96BBB8;
}
</style>
border-color css
<style>
span { border-color: #96BBB8; }
span { border-color: rgb(150,187,184); }
td.TdClassName
{
border-color: #96BBB8;
}
.TagClassName
{
border-color: #96BBB8;
}
</style>