Shades of Summer Green #95B49D
Tints of Summer Green #95B49D
RGB
CMYK
RGB Variations
Color information
#95B49D (or 0x95B49D) is known color: Summer Green. HEX triplet: 95, B4 and 9D. RGB value is (149,180,157). Sum of RGB (Red+Green+Blue) = 149+180+157=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #95B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B49D is #6A4B62. Grayscale: #A8A8A8. Windows color (decimal): -6966115 or 10335381. OLE color: 10335381.
HSL color Cylindrical-coordinate representation of color #95B49D: hue angle of 135.48º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B49D is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 180 | 157 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.29 |
| HSL | 135.48º | 0.17% | 0.65% | - |
| HSV(B) | 135.48º | 0.17% | 0.71% | - |
| XYZ | 34.8 | 41.47 | 38.07 | - |
| YUV | 168.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 157 | 0.17 | 0 | 0.13 | 0.29 | 135.48 | 0.17 | 0.65 |
| Hex | 95 | B4 | 9D | 11 | 0 | D | 1D | 87 | 11 | 41 |
| Octal | 225 | 264 | 235 | 21 | 0 | 15 | 35 | 207 | 21 | 101 |
| Binary | 10010101 | 10110100 | 10011101 | 10001 | 0 | 1101 | 11101 | 10000111 | 10001 | 1000001 |
Color Harmonies of #95B49D
Complementary color
Monochromatic Colors of #95B49D
Black with #95B49D
Text Example
Text Example
White with #95B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B49D; }
p { color: rgb(149,180,157); }
H1.HeaderClassName
{
color: #95B49D;
}
.AnyTagClassName
{
color: #95B49D;
}
</style>
background-color css
<style>
a { background-color: #95B49D; }
a { background-color: rgb(149,180,157); }
div.DivClassName
{
background-color: #95B49D;
}
.BgClassName
{
background-color: #95B49D;
}
</style>
border-color css
<style>
span { border-color: #95B49D; }
span { border-color: rgb(149,180,157); }
td.TdClassName
{
border-color: #95B49D;
}
.TagClassName
{
border-color: #95B49D;
}
</style>