Shades of Summer Green #95B19E
Tints of Summer Green #95B19E
RGB
CMYK
RGB Variations
Color information
#95B19E (or 0x95B19E) is known color: Summer Green. HEX triplet: 95, B1 and 9E. RGB value is (149,177,158). Sum of RGB (Red+Green+Blue) = 149+177+158=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #95B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B19E is #6A4E61. Grayscale: #A6A6A6. Windows color (decimal): -6966882 or 10400149. OLE color: 10400149.
HSL color Cylindrical-coordinate representation of color #95B19E: hue angle of 139.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B19E is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 158 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.31 |
| HSL | 139.29º | 0.15% | 0.64% | - |
| HSV(B) | 139.29º | 0.16% | 0.69% | - |
| XYZ | 34.29 | 40.3 | 38.32 | - |
| YUV | 166.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 158 | 0.16 | 0 | 0.11 | 0.31 | 139.29 | 0.15 | 0.64 |
| Hex | 95 | B1 | 9E | 10 | 0 | B | 1F | 8B | F | 40 |
| Octal | 225 | 261 | 236 | 20 | 0 | 13 | 37 | 213 | 17 | 100 |
| Binary | 10010101 | 10110001 | 10011110 | 10000 | 0 | 1011 | 11111 | 10001011 | 1111 | 1000000 |
Color Harmonies of #95B19E
Complementary color
Monochromatic Colors of #95B19E
Black with #95B19E
Text Example
Text Example
White with #95B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B19E; }
p { color: rgb(149,177,158); }
H1.HeaderClassName
{
color: #95B19E;
}
.AnyTagClassName
{
color: #95B19E;
}
</style>
background-color css
<style>
a { background-color: #95B19E; }
a { background-color: rgb(149,177,158); }
div.DivClassName
{
background-color: #95B19E;
}
.BgClassName
{
background-color: #95B19E;
}
</style>
border-color css
<style>
span { border-color: #95B19E; }
span { border-color: rgb(149,177,158); }
td.TdClassName
{
border-color: #95B19E;
}
.TagClassName
{
border-color: #95B19E;
}
</style>