Shades of Summer Green #95BA9C
Tints of Summer Green #95BA9C
RGB
CMYK
RGB Variations
Color information
#95BA9C (or 0x95BA9C) is known color: Summer Green. HEX triplet: 95, BA and 9C. RGB value is (149,186,156). Sum of RGB (Red+Green+Blue) = 149+186+156=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA9C is #6A4563. Grayscale: #ABABAB. Windows color (decimal): -6964580 or 10271381. OLE color: 10271381.
HSL color Cylindrical-coordinate representation of color #95BA9C: hue angle of 131.35º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BA9C is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 156 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.27 |
| HSL | 131.35º | 0.21% | 0.66% | - |
| HSV(B) | 131.35º | 0.2% | 0.73% | - |
| XYZ | 35.95 | 43.91 | 38.03 | - |
| YUV | 171.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 156 | 0.20 | 0 | 0.16 | 0.27 | 131.35 | 0.21 | 0.66 |
| Hex | 95 | BA | 9C | 14 | 0 | 10 | 1B | 83 | 15 | 42 |
| Octal | 225 | 272 | 234 | 24 | 0 | 20 | 33 | 203 | 25 | 102 |
| Binary | 10010101 | 10111010 | 10011100 | 10100 | 0 | 10000 | 11011 | 10000011 | 10101 | 1000010 |
Color Harmonies of #95BA9C
Complementary color
Monochromatic Colors of #95BA9C
Black with #95BA9C
Text Example
Text Example
White with #95BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA9C; }
p { color: rgb(149,186,156); }
H1.HeaderClassName
{
color: #95BA9C;
}
.AnyTagClassName
{
color: #95BA9C;
}
</style>
background-color css
<style>
a { background-color: #95BA9C; }
a { background-color: rgb(149,186,156); }
div.DivClassName
{
background-color: #95BA9C;
}
.BgClassName
{
background-color: #95BA9C;
}
</style>
border-color css
<style>
span { border-color: #95BA9C; }
span { border-color: rgb(149,186,156); }
td.TdClassName
{
border-color: #95BA9C;
}
.TagClassName
{
border-color: #95BA9C;
}
</style>