Shades of Summer Green #96BAA1
Tints of Summer Green #96BAA1
RGB
CMYK
RGB Variations
Color information
#96BAA1 (or 0x96BAA1) is known color: Summer Green. HEX triplet: 96, BA and A1. RGB value is (150,186,161). Sum of RGB (Red+Green+Blue) = 150+186+161=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAA1 is #69455E. Grayscale: #ACACAC. Windows color (decimal): -6899039 or 10599062. OLE color: 10599062.
HSL color Cylindrical-coordinate representation of color #96BAA1: hue angle of 138.33º 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 #96BAA1 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 161 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.27 |
| HSL | 138.33º | 0.21% | 0.66% | - |
| HSV(B) | 138.33º | 0.19% | 0.73% | - |
| XYZ | 36.57 | 44.18 | 40.32 | - |
| YUV | 172.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 161 | 0.19 | 0 | 0.13 | 0.27 | 138.33 | 0.21 | 0.66 |
| Hex | 96 | BA | A1 | 13 | 0 | D | 1B | 8A | 15 | 42 |
| Octal | 226 | 272 | 241 | 23 | 0 | 15 | 33 | 212 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10100001 | 10011 | 0 | 1101 | 11011 | 10001010 | 10101 | 1000010 |
Color Harmonies of #96BAA1
Complementary color
Monochromatic Colors of #96BAA1
Black with #96BAA1
Text Example
Text Example
White with #96BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAA1; }
p { color: rgb(150,186,161); }
H1.HeaderClassName
{
color: #96BAA1;
}
.AnyTagClassName
{
color: #96BAA1;
}
</style>
background-color css
<style>
a { background-color: #96BAA1; }
a { background-color: rgb(150,186,161); }
div.DivClassName
{
background-color: #96BAA1;
}
.BgClassName
{
background-color: #96BAA1;
}
</style>
border-color css
<style>
span { border-color: #96BAA1; }
span { border-color: rgb(150,186,161); }
td.TdClassName
{
border-color: #96BAA1;
}
.TagClassName
{
border-color: #96BAA1;
}
</style>