Shades of Shadow Green #96BDBD
Tints of Shadow Green #96BDBD
RGB
CMYK
RGB Variations
Color information
#96BDBD (or 0x96BDBD) is known color: Shadow Green. HEX triplet: 96, BD and BD. RGB value is (150,189,189). Sum of RGB (Red+Green+Blue) = 150+189+189=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #96BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDBD is #694242. Grayscale: #B1B1B1. Windows color (decimal): -6898243 or 12434838. OLE color: 12434838.
HSL color Cylindrical-coordinate representation of color #96BDBD: hue angle of 180º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDBD is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 189 | - |
| CMYK | 0.21 | 0 | 0 | 0.26 |
| HSL | 180º | 0.23% | 0.66% | - |
| HSV(B) | 180º | 0.21% | 0.74% | - |
| XYZ | 39.96 | 46.55 | 55.02 | - |
| YUV | 177.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 189 | 0.21 | 0 | 0 | 0.26 | 180 | 0.23 | 0.66 |
| Hex | 96 | BD | BD | 15 | 0 | 0 | 1A | B4 | 17 | 42 |
| Octal | 226 | 275 | 275 | 25 | 0 | 0 | 32 | 264 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10111101 | 10101 | 0 | 0 | 11010 | 10110100 | 10111 | 1000010 |
Color Harmonies of #96BDBD
Complementary color
Monochromatic Colors of #96BDBD
Black with #96BDBD
Text Example
Text Example
White with #96BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDBD; }
p { color: rgb(150,189,189); }
H1.HeaderClassName
{
color: #96BDBD;
}
.AnyTagClassName
{
color: #96BDBD;
}
</style>
background-color css
<style>
a { background-color: #96BDBD; }
a { background-color: rgb(150,189,189); }
div.DivClassName
{
background-color: #96BDBD;
}
.BgClassName
{
background-color: #96BDBD;
}
</style>
border-color css
<style>
span { border-color: #96BDBD; }
span { border-color: rgb(150,189,189); }
td.TdClassName
{
border-color: #96BDBD;
}
.TagClassName
{
border-color: #96BDBD;
}
</style>