Shades of Summer Green #96BAA2
Tints of Summer Green #96BAA2
RGB
CMYK
RGB Variations
Color information
#96BAA2 (or 0x96BAA2) is known color: Summer Green. HEX triplet: 96, BA and A2. RGB value is (150,186,162). Sum of RGB (Red+Green+Blue) = 150+186+162=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAA2 is #69455D. Grayscale: #ACACAC. Windows color (decimal): -6899038 or 10664598. OLE color: 10664598.
HSL color Cylindrical-coordinate representation of color #96BAA2: hue angle of 140º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAA2 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 162 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.27 |
| HSL | 140º | 0.21% | 0.66% | - |
| HSV(B) | 140º | 0.19% | 0.73% | - |
| XYZ | 36.66 | 44.21 | 40.78 | - |
| YUV | 172.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 162 | 0.19 | 0 | 0.13 | 0.27 | 140 | 0.21 | 0.66 |
| Hex | 96 | BA | A2 | 13 | 0 | D | 1B | 8C | 15 | 42 |
| Octal | 226 | 272 | 242 | 23 | 0 | 15 | 33 | 214 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10100010 | 10011 | 0 | 1101 | 11011 | 10001100 | 10101 | 1000010 |
Color Harmonies of #96BAA2
Complementary color
Monochromatic Colors of #96BAA2
Black with #96BAA2
Text Example
Text Example
White with #96BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAA2; }
p { color: rgb(150,186,162); }
H1.HeaderClassName
{
color: #96BAA2;
}
.AnyTagClassName
{
color: #96BAA2;
}
</style>
background-color css
<style>
a { background-color: #96BAA2; }
a { background-color: rgb(150,186,162); }
div.DivClassName
{
background-color: #96BAA2;
}
.BgClassName
{
background-color: #96BAA2;
}
</style>
border-color css
<style>
span { border-color: #96BAA2; }
span { border-color: rgb(150,186,162); }
td.TdClassName
{
border-color: #96BAA2;
}
.TagClassName
{
border-color: #96BAA2;
}
</style>