Shades of Summer Green #95B1A0
Tints of Summer Green #95B1A0
RGB
CMYK
RGB Variations
Color information
#95B1A0 (or 0x95B1A0) is known color: Summer Green. HEX triplet: 95, B1 and A0. RGB value is (149,177,160). Sum of RGB (Red+Green+Blue) = 149+177+160=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #95B1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B1A0 is #6A4E5F. Grayscale: #A6A6A6. Windows color (decimal): -6966880 or 10531221. OLE color: 10531221.
HSL color Cylindrical-coordinate representation of color #95B1A0: hue angle of 143.57º 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 #95B1A0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 160 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.31 |
| HSL | 143.57º | 0.15% | 0.64% | - |
| HSV(B) | 143.57º | 0.16% | 0.69% | - |
| XYZ | 34.46 | 40.37 | 39.23 | - |
| YUV | 166.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 160 | 0.16 | 0 | 0.10 | 0.31 | 143.57 | 0.15 | 0.64 |
| Hex | 95 | B1 | A0 | 10 | 0 | A | 1F | 90 | F | 40 |
| Octal | 225 | 261 | 240 | 20 | 0 | 12 | 37 | 220 | 17 | 100 |
| Binary | 10010101 | 10110001 | 10100000 | 10000 | 0 | 1010 | 11111 | 10010000 | 1111 | 1000000 |
Color Harmonies of #95B1A0
Complementary color
Monochromatic Colors of #95B1A0
Black with #95B1A0
Text Example
Text Example
White with #95B1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1A0; }
p { color: rgb(149,177,160); }
H1.HeaderClassName
{
color: #95B1A0;
}
.AnyTagClassName
{
color: #95B1A0;
}
</style>
background-color css
<style>
a { background-color: #95B1A0; }
a { background-color: rgb(149,177,160); }
div.DivClassName
{
background-color: #95B1A0;
}
.BgClassName
{
background-color: #95B1A0;
}
</style>
border-color css
<style>
span { border-color: #95B1A0; }
span { border-color: rgb(149,177,160); }
td.TdClassName
{
border-color: #95B1A0;
}
.TagClassName
{
border-color: #95B1A0;
}
</style>