Shades of Summer Green #95BAA1
Tints of Summer Green #95BAA1
RGB
CMYK
RGB Variations
Color information
#95BAA1 (or 0x95BAA1) is known color: Summer Green. HEX triplet: 95, BA and A1. RGB value is (149,186,161). Sum of RGB (Red+Green+Blue) = 149+186+161=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #95BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BAA1 is #6A455E. Grayscale: #ACACAC. Windows color (decimal): -6964575 or 10599061. OLE color: 10599061.
HSL color Cylindrical-coordinate representation of color #95BAA1: hue angle of 139.46º 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 #95BAA1 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 161 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.27 |
| HSL | 139.46º | 0.21% | 0.66% | - |
| HSV(B) | 139.46º | 0.2% | 0.73% | - |
| XYZ | 36.39 | 44.08 | 40.31 | - |
| YUV | 172.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 161 | 0.20 | 0 | 0.13 | 0.27 | 139.46 | 0.21 | 0.66 |
| Hex | 95 | BA | A1 | 14 | 0 | D | 1B | 8B | 15 | 42 |
| Octal | 225 | 272 | 241 | 24 | 0 | 15 | 33 | 213 | 25 | 102 |
| Binary | 10010101 | 10111010 | 10100001 | 10100 | 0 | 1101 | 11011 | 10001011 | 10101 | 1000010 |
Color Harmonies of #95BAA1
Complementary color
Monochromatic Colors of #95BAA1
Black with #95BAA1
Text Example
Text Example
White with #95BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BAA1; }
p { color: rgb(149,186,161); }
H1.HeaderClassName
{
color: #95BAA1;
}
.AnyTagClassName
{
color: #95BAA1;
}
</style>
background-color css
<style>
a { background-color: #95BAA1; }
a { background-color: rgb(149,186,161); }
div.DivClassName
{
background-color: #95BAA1;
}
.BgClassName
{
background-color: #95BAA1;
}
</style>
border-color css
<style>
span { border-color: #95BAA1; }
span { border-color: rgb(149,186,161); }
td.TdClassName
{
border-color: #95BAA1;
}
.TagClassName
{
border-color: #95BAA1;
}
</style>