Shades of Summer Green #95B2A0
Tints of Summer Green #95B2A0
RGB
CMYK
RGB Variations
Color information
#95B2A0 (or 0x95B2A0) is known color: Summer Green. HEX triplet: 95, B2 and A0. RGB value is (149,178,160). Sum of RGB (Red+Green+Blue) = 149+178+160=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #95B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B2A0 is #6A4D5F. Grayscale: #A7A7A7. Windows color (decimal): -6966624 or 10531477. OLE color: 10531477.
HSL color Cylindrical-coordinate representation of color #95B2A0: hue angle of 142.76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B2A0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 178 | 160 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.30 |
| HSL | 142.76º | 0.16% | 0.64% | - |
| HSV(B) | 142.76º | 0.16% | 0.7% | - |
| XYZ | 34.66 | 40.77 | 39.3 | - |
| YUV | 167.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 160 | 0.16 | 0 | 0.10 | 0.30 | 142.76 | 0.16 | 0.64 |
| Hex | 95 | B2 | A0 | 10 | 0 | A | 1E | 8F | 10 | 40 |
| Octal | 225 | 262 | 240 | 20 | 0 | 12 | 36 | 217 | 20 | 100 |
| Binary | 10010101 | 10110010 | 10100000 | 10000 | 0 | 1010 | 11110 | 10001111 | 10000 | 1000000 |
Color Harmonies of #95B2A0
Complementary color
Monochromatic Colors of #95B2A0
Black with #95B2A0
Text Example
Text Example
White with #95B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B2A0; }
p { color: rgb(149,178,160); }
H1.HeaderClassName
{
color: #95B2A0;
}
.AnyTagClassName
{
color: #95B2A0;
}
</style>
background-color css
<style>
a { background-color: #95B2A0; }
a { background-color: rgb(149,178,160); }
div.DivClassName
{
background-color: #95B2A0;
}
.BgClassName
{
background-color: #95B2A0;
}
</style>
border-color css
<style>
span { border-color: #95B2A0; }
span { border-color: rgb(149,178,160); }
td.TdClassName
{
border-color: #95B2A0;
}
.TagClassName
{
border-color: #95B2A0;
}
</style>