Shades of Summer Green #96BA9E
Tints of Summer Green #96BA9E
RGB
CMYK
RGB Variations
Color information
#96BA9E (or 0x96BA9E) is known color: Summer Green. HEX triplet: 96, BA and 9E. RGB value is (150,186,158). Sum of RGB (Red+Green+Blue) = 150+186+158=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA9E is #694561. Grayscale: #ACACAC. Windows color (decimal): -6899042 or 10402454. OLE color: 10402454.
HSL color Cylindrical-coordinate representation of color #96BA9E: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BA9E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 158 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.27 |
| HSL | 133.33º | 0.21% | 0.66% | - |
| HSV(B) | 133.33º | 0.19% | 0.73% | - |
| XYZ | 36.31 | 44.07 | 38.94 | - |
| YUV | 172.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 158 | 0.19 | 0 | 0.15 | 0.27 | 133.33 | 0.21 | 0.66 |
| Hex | 96 | BA | 9E | 13 | 0 | F | 1B | 85 | 15 | 42 |
| Octal | 226 | 272 | 236 | 23 | 0 | 17 | 33 | 205 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10011110 | 10011 | 0 | 1111 | 11011 | 10000101 | 10101 | 1000010 |
Color Harmonies of #96BA9E
Complementary color
Monochromatic Colors of #96BA9E
Black with #96BA9E
Text Example
Text Example
White with #96BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA9E; }
p { color: rgb(150,186,158); }
H1.HeaderClassName
{
color: #96BA9E;
}
.AnyTagClassName
{
color: #96BA9E;
}
</style>
background-color css
<style>
a { background-color: #96BA9E; }
a { background-color: rgb(150,186,158); }
div.DivClassName
{
background-color: #96BA9E;
}
.BgClassName
{
background-color: #96BA9E;
}
</style>
border-color css
<style>
span { border-color: #96BA9E; }
span { border-color: rgb(150,186,158); }
td.TdClassName
{
border-color: #96BA9E;
}
.TagClassName
{
border-color: #96BA9E;
}
</style>