Shades of Summer Green #96B59C
Tints of Summer Green #96B59C
RGB
CMYK
RGB Variations
Color information
#96B59C (or 0x96B59C) is known color: Summer Green. HEX triplet: 96, B5 and 9C. RGB value is (150,181,156). Sum of RGB (Red+Green+Blue) = 150+181+156=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #96B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B59C is #694A63. Grayscale: #A8A8A8. Windows color (decimal): -6900324 or 10270102. OLE color: 10270102.
HSL color Cylindrical-coordinate representation of color #96B59C: hue angle of 131.61º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B59C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 156 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.29 |
| HSL | 131.61º | 0.17% | 0.65% | - |
| HSV(B) | 131.61º | 0.17% | 0.71% | - |
| XYZ | 35.1 | 41.93 | 37.7 | - |
| YUV | 168.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 156 | 0.17 | 0 | 0.14 | 0.29 | 131.61 | 0.17 | 0.65 |
| Hex | 96 | B5 | 9C | 11 | 0 | E | 1D | 84 | 11 | 41 |
| Octal | 226 | 265 | 234 | 21 | 0 | 16 | 35 | 204 | 21 | 101 |
| Binary | 10010110 | 10110101 | 10011100 | 10001 | 0 | 1110 | 11101 | 10000100 | 10001 | 1000001 |
Color Harmonies of #96B59C
Complementary color
Monochromatic Colors of #96B59C
Black with #96B59C
Text Example
Text Example
White with #96B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B59C; }
p { color: rgb(150,181,156); }
H1.HeaderClassName
{
color: #96B59C;
}
.AnyTagClassName
{
color: #96B59C;
}
</style>
background-color css
<style>
a { background-color: #96B59C; }
a { background-color: rgb(150,181,156); }
div.DivClassName
{
background-color: #96B59C;
}
.BgClassName
{
background-color: #96B59C;
}
</style>
border-color css
<style>
span { border-color: #96B59C; }
span { border-color: rgb(150,181,156); }
td.TdClassName
{
border-color: #96B59C;
}
.TagClassName
{
border-color: #96B59C;
}
</style>