Shades of Summer Green #96B29D
Tints of Summer Green #96B29D
RGB
CMYK
RGB Variations
Color information
#96B29D (or 0x96B29D) is known color: Summer Green. HEX triplet: 96, B2 and 9D. RGB value is (150,178,157). Sum of RGB (Red+Green+Blue) = 150+178+157=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #96B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B29D is #694D62. Grayscale: #A7A7A7. Windows color (decimal): -6901091 or 10334870. OLE color: 10334870.
HSL color Cylindrical-coordinate representation of color #96B29D: hue angle of 135º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B29D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 157 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.30 |
| HSL | 135º | 0.15% | 0.64% | - |
| HSV(B) | 135º | 0.16% | 0.7% | - |
| XYZ | 34.58 | 40.76 | 37.94 | - |
| YUV | 167.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 157 | 0.16 | 0 | 0.12 | 0.30 | 135 | 0.15 | 0.64 |
| Hex | 96 | B2 | 9D | 10 | 0 | C | 1E | 87 | F | 40 |
| Octal | 226 | 262 | 235 | 20 | 0 | 14 | 36 | 207 | 17 | 100 |
| Binary | 10010110 | 10110010 | 10011101 | 10000 | 0 | 1100 | 11110 | 10000111 | 1111 | 1000000 |
Color Harmonies of #96B29D
Complementary color
Monochromatic Colors of #96B29D
Black with #96B29D
Text Example
Text Example
White with #96B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B29D; }
p { color: rgb(150,178,157); }
H1.HeaderClassName
{
color: #96B29D;
}
.AnyTagClassName
{
color: #96B29D;
}
</style>
background-color css
<style>
a { background-color: #96B29D; }
a { background-color: rgb(150,178,157); }
div.DivClassName
{
background-color: #96B29D;
}
.BgClassName
{
background-color: #96B29D;
}
</style>
border-color css
<style>
span { border-color: #96B29D; }
span { border-color: rgb(150,178,157); }
td.TdClassName
{
border-color: #96B29D;
}
.TagClassName
{
border-color: #96B29D;
}
</style>