Shades of Summer Green #96BF9E
Tints of Summer Green #96BF9E
RGB
CMYK
RGB Variations
Color information
#96BF9E (or 0x96BF9E) is known color: Summer Green. HEX triplet: 96, BF and 9E. RGB value is (150,191,158). Sum of RGB (Red+Green+Blue) = 150+191+158=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF9E is #694061. Grayscale: #AFAFAF. Windows color (decimal): -6897762 or 10403734. OLE color: 10403734.
HSL color Cylindrical-coordinate representation of color #96BF9E: hue angle of 131.71º 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 #96BF9E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 158 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.25 |
| HSL | 131.71º | 0.24% | 0.67% | - |
| HSV(B) | 131.71º | 0.21% | 0.75% | - |
| XYZ | 37.38 | 46.21 | 39.3 | - |
| YUV | 174.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 158 | 0.21 | 0 | 0.17 | 0.25 | 131.71 | 0.24 | 0.67 |
| Hex | 96 | BF | 9E | 15 | 0 | 11 | 19 | 84 | 18 | 43 |
| Octal | 226 | 277 | 236 | 25 | 0 | 21 | 31 | 204 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10011110 | 10101 | 0 | 10001 | 11001 | 10000100 | 11000 | 1000011 |
Color Harmonies of #96BF9E
Complementary color
Monochromatic Colors of #96BF9E
Black with #96BF9E
Text Example
Text Example
White with #96BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF9E; }
p { color: rgb(150,191,158); }
H1.HeaderClassName
{
color: #96BF9E;
}
.AnyTagClassName
{
color: #96BF9E;
}
</style>
background-color css
<style>
a { background-color: #96BF9E; }
a { background-color: rgb(150,191,158); }
div.DivClassName
{
background-color: #96BF9E;
}
.BgClassName
{
background-color: #96BF9E;
}
</style>
border-color css
<style>
span { border-color: #96BF9E; }
span { border-color: rgb(150,191,158); }
td.TdClassName
{
border-color: #96BF9E;
}
.TagClassName
{
border-color: #96BF9E;
}
</style>