Shades of Summer Green #9BBAA1
Tints of Summer Green #9BBAA1
RGB
CMYK
RGB Variations
Color information
#9BBAA1 (or 0x9BBAA1) is known color: Summer Green. HEX triplet: 9B, BA and A1. RGB value is (155,186,161). Sum of RGB (Red+Green+Blue) = 155+186+161=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAA1 is #64455E. Grayscale: #ADADAD. Windows color (decimal): -6571359 or 10599067. OLE color: 10599067.
HSL color Cylindrical-coordinate representation of color #9BBAA1: hue angle of 131.61º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBAA1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 161 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.27 |
| HSL | 131.61º | 0.18% | 0.67% | - |
| HSV(B) | 131.61º | 0.17% | 0.73% | - |
| XYZ | 37.51 | 44.66 | 40.36 | - |
| YUV | 173.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 161 | 0.17 | 0 | 0.13 | 0.27 | 131.61 | 0.18 | 0.67 |
| Hex | 9B | BA | A1 | 11 | 0 | D | 1B | 84 | 12 | 43 |
| Octal | 233 | 272 | 241 | 21 | 0 | 15 | 33 | 204 | 22 | 103 |
| Binary | 10011011 | 10111010 | 10100001 | 10001 | 0 | 1101 | 11011 | 10000100 | 10010 | 1000011 |
Color Harmonies of #9BBAA1
Complementary color
Monochromatic Colors of #9BBAA1
Black with #9BBAA1
Text Example
Text Example
White with #9BBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAA1; }
p { color: rgb(155,186,161); }
H1.HeaderClassName
{
color: #9BBAA1;
}
.AnyTagClassName
{
color: #9BBAA1;
}
</style>
background-color css
<style>
a { background-color: #9BBAA1; }
a { background-color: rgb(155,186,161); }
div.DivClassName
{
background-color: #9BBAA1;
}
.BgClassName
{
background-color: #9BBAA1;
}
</style>
border-color css
<style>
span { border-color: #9BBAA1; }
span { border-color: rgb(155,186,161); }
td.TdClassName
{
border-color: #9BBAA1;
}
.TagClassName
{
border-color: #9BBAA1;
}
</style>