Shades of Summer Green #9CB9A1
Tints of Summer Green #9CB9A1
RGB
CMYK
RGB Variations
Color information
#9CB9A1 (or 0x9CB9A1) is known color: Summer Green. HEX triplet: 9C, B9 and A1. RGB value is (156,185,161). Sum of RGB (Red+Green+Blue) = 156+185+161=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB9A1 is #63465E. Grayscale: #ADADAD. Windows color (decimal): -6506079 or 10598812. OLE color: 10598812.
HSL color Cylindrical-coordinate representation of color #9CB9A1: hue angle of 130.34º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB9A1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 161 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.27 |
| HSL | 130.34º | 0.17% | 0.67% | - |
| HSV(B) | 130.34º | 0.16% | 0.73% | - |
| XYZ | 37.49 | 44.34 | 40.3 | - |
| YUV | 173.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 161 | 0.16 | 0 | 0.13 | 0.27 | 130.34 | 0.17 | 0.67 |
| Hex | 9C | B9 | A1 | 10 | 0 | D | 1B | 82 | 11 | 43 |
| Octal | 234 | 271 | 241 | 20 | 0 | 15 | 33 | 202 | 21 | 103 |
| Binary | 10011100 | 10111001 | 10100001 | 10000 | 0 | 1101 | 11011 | 10000010 | 10001 | 1000011 |
Color Harmonies of #9CB9A1
Complementary color
Monochromatic Colors of #9CB9A1
Black with #9CB9A1
Text Example
Text Example
White with #9CB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9A1; }
p { color: rgb(156,185,161); }
H1.HeaderClassName
{
color: #9CB9A1;
}
.AnyTagClassName
{
color: #9CB9A1;
}
</style>
background-color css
<style>
a { background-color: #9CB9A1; }
a { background-color: rgb(156,185,161); }
div.DivClassName
{
background-color: #9CB9A1;
}
.BgClassName
{
background-color: #9CB9A1;
}
</style>
border-color css
<style>
span { border-color: #9CB9A1; }
span { border-color: rgb(156,185,161); }
td.TdClassName
{
border-color: #9CB9A1;
}
.TagClassName
{
border-color: #9CB9A1;
}
</style>