Shades of Summer Green #96B99B
Tints of Summer Green #96B99B
RGB
CMYK
RGB Variations
Color information
#96B99B (or 0x96B99B) is known color: Summer Green. HEX triplet: 96, B9 and 9B. RGB value is (150,185,155). Sum of RGB (Red+Green+Blue) = 150+185+155=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #96B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B99B is #694664. Grayscale: #ABABAB. Windows color (decimal): -6899301 or 10205590. OLE color: 10205590.
HSL color Cylindrical-coordinate representation of color #96B99B: hue angle of 128.57º 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 #96B99B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 155 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.27 |
| HSL | 128.57º | 0.2% | 0.66% | - |
| HSV(B) | 128.57º | 0.19% | 0.73% | - |
| XYZ | 35.84 | 43.55 | 37.53 | - |
| YUV | 171.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 155 | 0.19 | 0 | 0.16 | 0.27 | 128.57 | 0.2 | 0.66 |
| Hex | 96 | B9 | 9B | 13 | 0 | 10 | 1B | 81 | 14 | 42 |
| Octal | 226 | 271 | 233 | 23 | 0 | 20 | 33 | 201 | 24 | 102 |
| Binary | 10010110 | 10111001 | 10011011 | 10011 | 0 | 10000 | 11011 | 10000001 | 10100 | 1000010 |
Color Harmonies of #96B99B
Complementary color
Monochromatic Colors of #96B99B
Black with #96B99B
Text Example
Text Example
White with #96B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B99B; }
p { color: rgb(150,185,155); }
H1.HeaderClassName
{
color: #96B99B;
}
.AnyTagClassName
{
color: #96B99B;
}
</style>
background-color css
<style>
a { background-color: #96B99B; }
a { background-color: rgb(150,185,155); }
div.DivClassName
{
background-color: #96B99B;
}
.BgClassName
{
background-color: #96B99B;
}
</style>
border-color css
<style>
span { border-color: #96B99B; }
span { border-color: rgb(150,185,155); }
td.TdClassName
{
border-color: #96B99B;
}
.TagClassName
{
border-color: #96B99B;
}
</style>