Shades of Summer Green #95BAA2
Tints of Summer Green #95BAA2
RGB
CMYK
RGB Variations
Color information
#95BAA2 (or 0x95BAA2) is known color: Summer Green. HEX triplet: 95, BA and A2. RGB value is (149,186,162). Sum of RGB (Red+Green+Blue) = 149+186+162=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #95BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BAA2 is #6A455D. Grayscale: #ACACAC. Windows color (decimal): -6964574 or 10664597. OLE color: 10664597.
HSL color Cylindrical-coordinate representation of color #95BAA2: hue angle of 141.08º 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 #95BAA2 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 162 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.27 |
| HSL | 141.08º | 0.21% | 0.66% | - |
| HSV(B) | 141.08º | 0.2% | 0.73% | - |
| XYZ | 36.47 | 44.12 | 40.78 | - |
| YUV | 172.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 162 | 0.20 | 0 | 0.13 | 0.27 | 141.08 | 0.21 | 0.66 |
| Hex | 95 | BA | A2 | 14 | 0 | D | 1B | 8D | 15 | 42 |
| Octal | 225 | 272 | 242 | 24 | 0 | 15 | 33 | 215 | 25 | 102 |
| Binary | 10010101 | 10111010 | 10100010 | 10100 | 0 | 1101 | 11011 | 10001101 | 10101 | 1000010 |
Color Harmonies of #95BAA2
Complementary color
Monochromatic Colors of #95BAA2
Black with #95BAA2
Text Example
Text Example
White with #95BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BAA2; }
p { color: rgb(149,186,162); }
H1.HeaderClassName
{
color: #95BAA2;
}
.AnyTagClassName
{
color: #95BAA2;
}
</style>
background-color css
<style>
a { background-color: #95BAA2; }
a { background-color: rgb(149,186,162); }
div.DivClassName
{
background-color: #95BAA2;
}
.BgClassName
{
background-color: #95BAA2;
}
</style>
border-color css
<style>
span { border-color: #95BAA2; }
span { border-color: rgb(149,186,162); }
td.TdClassName
{
border-color: #95BAA2;
}
.TagClassName
{
border-color: #95BAA2;
}
</style>