Shades of Shadow Green #96BBB4
Tints of Shadow Green #96BBB4
RGB
CMYK
RGB Variations
Color information
#96BBB4 (or 0x96BBB4) is known color: Shadow Green. HEX triplet: 96, BB and B4. RGB value is (150,187,180). Sum of RGB (Red+Green+Blue) = 150+187+180=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBB4 is #69444B. Grayscale: #AFAFAF. Windows color (decimal): -6898764 or 11844502. OLE color: 11844502.
HSL color Cylindrical-coordinate representation of color #96BBB4: hue angle of 168.65º 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 #96BBB4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 180 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.27 |
| HSL | 168.65º | 0.21% | 0.66% | - |
| HSV(B) | 168.65º | 0.2% | 0.73% | - |
| XYZ | 38.59 | 45.32 | 49.89 | - |
| YUV | 175.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 180 | 0.20 | 0 | 0.04 | 0.27 | 168.65 | 0.21 | 0.66 |
| Hex | 96 | BB | B4 | 14 | 0 | 4 | 1B | A9 | 15 | 42 |
| Octal | 226 | 273 | 264 | 24 | 0 | 4 | 33 | 251 | 25 | 102 |
| Binary | 10010110 | 10111011 | 10110100 | 10100 | 0 | 100 | 11011 | 10101001 | 10101 | 1000010 |
Color Harmonies of #96BBB4
Complementary color
Monochromatic Colors of #96BBB4
Black with #96BBB4
Text Example
Text Example
White with #96BBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBB4; }
p { color: rgb(150,187,180); }
H1.HeaderClassName
{
color: #96BBB4;
}
.AnyTagClassName
{
color: #96BBB4;
}
</style>
background-color css
<style>
a { background-color: #96BBB4; }
a { background-color: rgb(150,187,180); }
div.DivClassName
{
background-color: #96BBB4;
}
.BgClassName
{
background-color: #96BBB4;
}
</style>
border-color css
<style>
span { border-color: #96BBB4; }
span { border-color: rgb(150,187,180); }
td.TdClassName
{
border-color: #96BBB4;
}
.TagClassName
{
border-color: #96BBB4;
}
</style>