Shades of Summer Green #95B89E
Tints of Summer Green #95B89E
RGB
CMYK
RGB Variations
Color information
#95B89E (or 0x95B89E) is known color: Summer Green. HEX triplet: 95, B8 and 9E. RGB value is (149,184,158). Sum of RGB (Red+Green+Blue) = 149+184+158=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #95B89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B89E is #6A4761. Grayscale: #AAAAAA. Windows color (decimal): -6965090 or 10401941. OLE color: 10401941.
HSL color Cylindrical-coordinate representation of color #95B89E: hue angle of 135.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B89E is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 158 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.28 |
| HSL | 135.43º | 0.2% | 0.65% | - |
| HSV(B) | 135.43º | 0.19% | 0.72% | - |
| XYZ | 35.71 | 43.14 | 38.79 | - |
| YUV | 170.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 158 | 0.19 | 0 | 0.14 | 0.28 | 135.43 | 0.2 | 0.65 |
| Hex | 95 | B8 | 9E | 13 | 0 | E | 1C | 87 | 14 | 41 |
| Octal | 225 | 270 | 236 | 23 | 0 | 16 | 34 | 207 | 24 | 101 |
| Binary | 10010101 | 10111000 | 10011110 | 10011 | 0 | 1110 | 11100 | 10000111 | 10100 | 1000001 |
Color Harmonies of #95B89E
Complementary color
Monochromatic Colors of #95B89E
Black with #95B89E
Text Example
Text Example
White with #95B89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B89E; }
p { color: rgb(149,184,158); }
H1.HeaderClassName
{
color: #95B89E;
}
.AnyTagClassName
{
color: #95B89E;
}
</style>
background-color css
<style>
a { background-color: #95B89E; }
a { background-color: rgb(149,184,158); }
div.DivClassName
{
background-color: #95B89E;
}
.BgClassName
{
background-color: #95B89E;
}
</style>
border-color css
<style>
span { border-color: #95B89E; }
span { border-color: rgb(149,184,158); }
td.TdClassName
{
border-color: #95B89E;
}
.TagClassName
{
border-color: #95B89E;
}
</style>