Shades of Summer Green #95B19D
Tints of Summer Green #95B19D
RGB
CMYK
RGB Variations
Color information
#95B19D (or 0x95B19D) is known color: Summer Green. HEX triplet: 95, B1 and 9D. RGB value is (149,177,157). Sum of RGB (Red+Green+Blue) = 149+177+157=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #95B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B19D is #6A4E62. Grayscale: #A6A6A6. Windows color (decimal): -6966883 or 10334613. OLE color: 10334613.
HSL color Cylindrical-coordinate representation of color #95B19D: hue angle of 137.14º 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 #95B19D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 157 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.31 |
| HSL | 137.14º | 0.15% | 0.64% | - |
| HSV(B) | 137.14º | 0.16% | 0.69% | - |
| XYZ | 34.2 | 40.27 | 37.87 | - |
| YUV | 166.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 157 | 0.16 | 0 | 0.11 | 0.31 | 137.14 | 0.15 | 0.64 |
| Hex | 95 | B1 | 9D | 10 | 0 | B | 1F | 89 | F | 40 |
| Octal | 225 | 261 | 235 | 20 | 0 | 13 | 37 | 211 | 17 | 100 |
| Binary | 10010101 | 10110001 | 10011101 | 10000 | 0 | 1011 | 11111 | 10001001 | 1111 | 1000000 |
Color Harmonies of #95B19D
Complementary color
Monochromatic Colors of #95B19D
Black with #95B19D
Text Example
Text Example
White with #95B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B19D; }
p { color: rgb(149,177,157); }
H1.HeaderClassName
{
color: #95B19D;
}
.AnyTagClassName
{
color: #95B19D;
}
</style>
background-color css
<style>
a { background-color: #95B19D; }
a { background-color: rgb(149,177,157); }
div.DivClassName
{
background-color: #95B19D;
}
.BgClassName
{
background-color: #95B19D;
}
</style>
border-color css
<style>
span { border-color: #95B19D; }
span { border-color: rgb(149,177,157); }
td.TdClassName
{
border-color: #95B19D;
}
.TagClassName
{
border-color: #95B19D;
}
</style>