Shades of Shadow Green #96BFBD
Tints of Shadow Green #96BFBD
RGB
CMYK
RGB Variations
Color information
#96BFBD (or 0x96BFBD) is known color: Shadow Green. HEX triplet: 96, BF and BD. RGB value is (150,191,189). Sum of RGB (Red+Green+Blue) = 150+191+189=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFBD is #694042. Grayscale: #B2B2B2. Windows color (decimal): -6897731 or 12435350. OLE color: 12435350.
HSL color Cylindrical-coordinate representation of color #96BFBD: hue angle of 177.07º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFBD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 189 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.25 |
| HSL | 177.07º | 0.24% | 0.67% | - |
| HSV(B) | 177.07º | 0.21% | 0.75% | - |
| XYZ | 40.39 | 47.42 | 55.17 | - |
| YUV | 178.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 189 | 0.21 | 0 | 0.01 | 0.25 | 177.07 | 0.24 | 0.67 |
| Hex | 96 | BF | BD | 15 | 0 | 1 | 19 | B1 | 18 | 43 |
| Octal | 226 | 277 | 275 | 25 | 0 | 1 | 31 | 261 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10111101 | 10101 | 0 | 1 | 11001 | 10110001 | 11000 | 1000011 |
Color Harmonies of #96BFBD
Complementary color
Monochromatic Colors of #96BFBD
Black with #96BFBD
Text Example
Text Example
White with #96BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFBD; }
p { color: rgb(150,191,189); }
H1.HeaderClassName
{
color: #96BFBD;
}
.AnyTagClassName
{
color: #96BFBD;
}
</style>
background-color css
<style>
a { background-color: #96BFBD; }
a { background-color: rgb(150,191,189); }
div.DivClassName
{
background-color: #96BFBD;
}
.BgClassName
{
background-color: #96BFBD;
}
</style>
border-color css
<style>
span { border-color: #96BFBD; }
span { border-color: rgb(150,191,189); }
td.TdClassName
{
border-color: #96BFBD;
}
.TagClassName
{
border-color: #96BFBD;
}
</style>