Shades of Summer Green #95B19C
Tints of Summer Green #95B19C
RGB
CMYK
RGB Variations
Color information
#95B19C (or 0x95B19C) is known color: Summer Green. HEX triplet: 95, B1 and 9C. RGB value is (149,177,156). Sum of RGB (Red+Green+Blue) = 149+177+156=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #95B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B19C is #6A4E63. Grayscale: #A6A6A6. Windows color (decimal): -6966884 or 10269077. OLE color: 10269077.
HSL color Cylindrical-coordinate representation of color #95B19C: hue angle of 135º 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 #95B19C is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 156 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.31 |
| HSL | 135º | 0.15% | 0.64% | - |
| HSV(B) | 135º | 0.16% | 0.69% | - |
| XYZ | 34.12 | 40.23 | 37.42 | - |
| YUV | 166.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 156 | 0.16 | 0 | 0.12 | 0.31 | 135 | 0.15 | 0.64 |
| Hex | 95 | B1 | 9C | 10 | 0 | C | 1F | 87 | F | 40 |
| Octal | 225 | 261 | 234 | 20 | 0 | 14 | 37 | 207 | 17 | 100 |
| Binary | 10010101 | 10110001 | 10011100 | 10000 | 0 | 1100 | 11111 | 10000111 | 1111 | 1000000 |
Color Harmonies of #95B19C
Complementary color
Monochromatic Colors of #95B19C
Black with #95B19C
Text Example
Text Example
White with #95B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B19C; }
p { color: rgb(149,177,156); }
H1.HeaderClassName
{
color: #95B19C;
}
.AnyTagClassName
{
color: #95B19C;
}
</style>
background-color css
<style>
a { background-color: #95B19C; }
a { background-color: rgb(149,177,156); }
div.DivClassName
{
background-color: #95B19C;
}
.BgClassName
{
background-color: #95B19C;
}
</style>
border-color css
<style>
span { border-color: #95B19C; }
span { border-color: rgb(149,177,156); }
td.TdClassName
{
border-color: #95B19C;
}
.TagClassName
{
border-color: #95B19C;
}
</style>