Shades of Summer Green #95B1A1
Tints of Summer Green #95B1A1
RGB
CMYK
RGB Variations
Color information
#95B1A1 (or 0x95B1A1) is known color: Summer Green. HEX triplet: 95, B1 and A1. RGB value is (149,177,161). Sum of RGB (Red+Green+Blue) = 149+177+161=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #95B1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B1A1 is #6A4E5E. Grayscale: #A6A6A6. Windows color (decimal): -6966879 or 10596757. OLE color: 10596757.
HSL color Cylindrical-coordinate representation of color #95B1A1: hue angle of 145.71º 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 #95B1A1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 161 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.31 |
| HSL | 145.71º | 0.15% | 0.64% | - |
| HSV(B) | 145.71º | 0.16% | 0.69% | - |
| XYZ | 34.55 | 40.41 | 39.7 | - |
| YUV | 166.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 161 | 0.16 | 0 | 0.09 | 0.31 | 145.71 | 0.15 | 0.64 |
| Hex | 95 | B1 | A1 | 10 | 0 | 9 | 1F | 92 | F | 40 |
| Octal | 225 | 261 | 241 | 20 | 0 | 11 | 37 | 222 | 17 | 100 |
| Binary | 10010101 | 10110001 | 10100001 | 10000 | 0 | 1001 | 11111 | 10010010 | 1111 | 1000000 |
Color Harmonies of #95B1A1
Complementary color
Monochromatic Colors of #95B1A1
Black with #95B1A1
Text Example
Text Example
White with #95B1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1A1; }
p { color: rgb(149,177,161); }
H1.HeaderClassName
{
color: #95B1A1;
}
.AnyTagClassName
{
color: #95B1A1;
}
</style>
background-color css
<style>
a { background-color: #95B1A1; }
a { background-color: rgb(149,177,161); }
div.DivClassName
{
background-color: #95B1A1;
}
.BgClassName
{
background-color: #95B1A1;
}
</style>
border-color css
<style>
span { border-color: #95B1A1; }
span { border-color: rgb(149,177,161); }
td.TdClassName
{
border-color: #95B1A1;
}
.TagClassName
{
border-color: #95B1A1;
}
</style>