Shades of Summer Green #96BB9E
Tints of Summer Green #96BB9E
RGB
CMYK
RGB Variations
Color information
#96BB9E (or 0x96BB9E) is known color: Summer Green. HEX triplet: 96, BB and 9E. RGB value is (150,187,158). Sum of RGB (Red+Green+Blue) = 150+187+158=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB9E is #694461. Grayscale: #ACACAC. Windows color (decimal): -6898786 or 10402710. OLE color: 10402710.
HSL color Cylindrical-coordinate representation of color #96BB9E: hue angle of 132.97º 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 #96BB9E is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 158 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.27 |
| HSL | 132.97º | 0.21% | 0.66% | - |
| HSV(B) | 132.97º | 0.2% | 0.73% | - |
| XYZ | 36.52 | 44.49 | 39.01 | - |
| YUV | 172.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 158 | 0.20 | 0 | 0.16 | 0.27 | 132.97 | 0.21 | 0.66 |
| Hex | 96 | BB | 9E | 14 | 0 | 10 | 1B | 85 | 15 | 42 |
| Octal | 226 | 273 | 236 | 24 | 0 | 20 | 33 | 205 | 25 | 102 |
| Binary | 10010110 | 10111011 | 10011110 | 10100 | 0 | 10000 | 11011 | 10000101 | 10101 | 1000010 |
Color Harmonies of #96BB9E
Complementary color
Monochromatic Colors of #96BB9E
Black with #96BB9E
Text Example
Text Example
White with #96BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB9E; }
p { color: rgb(150,187,158); }
H1.HeaderClassName
{
color: #96BB9E;
}
.AnyTagClassName
{
color: #96BB9E;
}
</style>
background-color css
<style>
a { background-color: #96BB9E; }
a { background-color: rgb(150,187,158); }
div.DivClassName
{
background-color: #96BB9E;
}
.BgClassName
{
background-color: #96BB9E;
}
</style>
border-color css
<style>
span { border-color: #96BB9E; }
span { border-color: rgb(150,187,158); }
td.TdClassName
{
border-color: #96BB9E;
}
.TagClassName
{
border-color: #96BB9E;
}
</style>