Shades of Summer Green #96BD9E
Tints of Summer Green #96BD9E
RGB
CMYK
RGB Variations
Color information
#96BD9E (or 0x96BD9E) is known color: Summer Green. HEX triplet: 96, BD and 9E. RGB value is (150,189,158). Sum of RGB (Red+Green+Blue) = 150+189+158=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD9E is #694261. Grayscale: #ADADAD. Windows color (decimal): -6898274 or 10403222. OLE color: 10403222.
HSL color Cylindrical-coordinate representation of color #96BD9E: hue angle of 132.31º 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 #96BD9E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 158 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.26 |
| HSL | 132.31º | 0.23% | 0.66% | - |
| HSV(B) | 132.31º | 0.21% | 0.74% | - |
| XYZ | 36.95 | 45.35 | 39.15 | - |
| YUV | 173.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 158 | 0.21 | 0 | 0.16 | 0.26 | 132.31 | 0.23 | 0.66 |
| Hex | 96 | BD | 9E | 15 | 0 | 10 | 1A | 84 | 17 | 42 |
| Octal | 226 | 275 | 236 | 25 | 0 | 20 | 32 | 204 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10011110 | 10101 | 0 | 10000 | 11010 | 10000100 | 10111 | 1000010 |
Color Harmonies of #96BD9E
Complementary color
Monochromatic Colors of #96BD9E
Black with #96BD9E
Text Example
Text Example
White with #96BD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD9E; }
p { color: rgb(150,189,158); }
H1.HeaderClassName
{
color: #96BD9E;
}
.AnyTagClassName
{
color: #96BD9E;
}
</style>
background-color css
<style>
a { background-color: #96BD9E; }
a { background-color: rgb(150,189,158); }
div.DivClassName
{
background-color: #96BD9E;
}
.BgClassName
{
background-color: #96BD9E;
}
</style>
border-color css
<style>
span { border-color: #96BD9E; }
span { border-color: rgb(150,189,158); }
td.TdClassName
{
border-color: #96BD9E;
}
.TagClassName
{
border-color: #96BD9E;
}
</style>