Shades of Summer Green #95B2A1
Tints of Summer Green #95B2A1
RGB
CMYK
RGB Variations
Color information
#95B2A1 (or 0x95B2A1) is known color: Summer Green. HEX triplet: 95, B2 and A1. RGB value is (149,178,161). Sum of RGB (Red+Green+Blue) = 149+178+161=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #95B2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B2A1 is #6A4D5E. Grayscale: #A7A7A7. Windows color (decimal): -6966623 or 10597013. OLE color: 10597013.
HSL color Cylindrical-coordinate representation of color #95B2A1: hue angle of 144.83º 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 #95B2A1 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 178 | 161 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.30 |
| HSL | 144.83º | 0.16% | 0.64% | - |
| HSV(B) | 144.83º | 0.16% | 0.7% | - |
| XYZ | 34.75 | 40.8 | 39.76 | - |
| YUV | 167.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 161 | 0.16 | 0 | 0.10 | 0.30 | 144.83 | 0.16 | 0.64 |
| Hex | 95 | B2 | A1 | 10 | 0 | A | 1E | 91 | 10 | 40 |
| Octal | 225 | 262 | 241 | 20 | 0 | 12 | 36 | 221 | 20 | 100 |
| Binary | 10010101 | 10110010 | 10100001 | 10000 | 0 | 1010 | 11110 | 10010001 | 10000 | 1000000 |
Color Harmonies of #95B2A1
Complementary color
Monochromatic Colors of #95B2A1
Black with #95B2A1
Text Example
Text Example
White with #95B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B2A1; }
p { color: rgb(149,178,161); }
H1.HeaderClassName
{
color: #95B2A1;
}
.AnyTagClassName
{
color: #95B2A1;
}
</style>
background-color css
<style>
a { background-color: #95B2A1; }
a { background-color: rgb(149,178,161); }
div.DivClassName
{
background-color: #95B2A1;
}
.BgClassName
{
background-color: #95B2A1;
}
</style>
border-color css
<style>
span { border-color: #95B2A1; }
span { border-color: rgb(149,178,161); }
td.TdClassName
{
border-color: #95B2A1;
}
.TagClassName
{
border-color: #95B2A1;
}
</style>