Shades of Summer Green #96B99D
Tints of Summer Green #96B99D
RGB
CMYK
RGB Variations
Color information
#96B99D (or 0x96B99D) is known color: Summer Green. HEX triplet: 96, B9 and 9D. RGB value is (150,185,157). Sum of RGB (Red+Green+Blue) = 150+185+157=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #96B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B99D is #694662. Grayscale: #ABABAB. Windows color (decimal): -6899299 or 10336662. OLE color: 10336662.
HSL color Cylindrical-coordinate representation of color #96B99D: hue angle of 132º degrees, saturation: 0.2, 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 #96B99D is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 157 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.27 |
| HSL | 132º | 0.2% | 0.66% | - |
| HSV(B) | 132º | 0.19% | 0.73% | - |
| XYZ | 36.01 | 43.62 | 38.42 | - |
| YUV | 171.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 157 | 0.19 | 0 | 0.15 | 0.27 | 132 | 0.2 | 0.66 |
| Hex | 96 | B9 | 9D | 13 | 0 | F | 1B | 84 | 14 | 42 |
| Octal | 226 | 271 | 235 | 23 | 0 | 17 | 33 | 204 | 24 | 102 |
| Binary | 10010110 | 10111001 | 10011101 | 10011 | 0 | 1111 | 11011 | 10000100 | 10100 | 1000010 |
Color Harmonies of #96B99D
Complementary color
Monochromatic Colors of #96B99D
Black with #96B99D
Text Example
Text Example
White with #96B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B99D; }
p { color: rgb(150,185,157); }
H1.HeaderClassName
{
color: #96B99D;
}
.AnyTagClassName
{
color: #96B99D;
}
</style>
background-color css
<style>
a { background-color: #96B99D; }
a { background-color: rgb(150,185,157); }
div.DivClassName
{
background-color: #96B99D;
}
.BgClassName
{
background-color: #96B99D;
}
</style>
border-color css
<style>
span { border-color: #96B99D; }
span { border-color: rgb(150,185,157); }
td.TdClassName
{
border-color: #96B99D;
}
.TagClassName
{
border-color: #96B99D;
}
</style>