Shades of Summer Green #95B99E
Tints of Summer Green #95B99E
RGB
CMYK
RGB Variations
Color information
#95B99E (or 0x95B99E) is known color: Summer Green. HEX triplet: 95, B9 and 9E. RGB value is (149,185,158). Sum of RGB (Red+Green+Blue) = 149+185+158=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #95B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B99E is #6A4661. Grayscale: #ABABAB. Windows color (decimal): -6964834 or 10402197. OLE color: 10402197.
HSL color Cylindrical-coordinate representation of color #95B99E: hue angle of 135º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B99E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 158 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.27 |
| HSL | 135º | 0.2% | 0.65% | - |
| HSV(B) | 135º | 0.19% | 0.73% | - |
| XYZ | 35.91 | 43.56 | 38.86 | - |
| YUV | 171.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 158 | 0.19 | 0 | 0.15 | 0.27 | 135 | 0.2 | 0.65 |
| Hex | 95 | B9 | 9E | 13 | 0 | F | 1B | 87 | 14 | 41 |
| Octal | 225 | 271 | 236 | 23 | 0 | 17 | 33 | 207 | 24 | 101 |
| Binary | 10010101 | 10111001 | 10011110 | 10011 | 0 | 1111 | 11011 | 10000111 | 10100 | 1000001 |
Color Harmonies of #95B99E
Complementary color
Monochromatic Colors of #95B99E
Black with #95B99E
Text Example
Text Example
White with #95B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B99E; }
p { color: rgb(149,185,158); }
H1.HeaderClassName
{
color: #95B99E;
}
.AnyTagClassName
{
color: #95B99E;
}
</style>
background-color css
<style>
a { background-color: #95B99E; }
a { background-color: rgb(149,185,158); }
div.DivClassName
{
background-color: #95B99E;
}
.BgClassName
{
background-color: #95B99E;
}
</style>
border-color css
<style>
span { border-color: #95B99E; }
span { border-color: rgb(149,185,158); }
td.TdClassName
{
border-color: #95B99E;
}
.TagClassName
{
border-color: #95B99E;
}
</style>