Shades of Summer Green #9CBAA1
Tints of Summer Green #9CBAA1
RGB
CMYK
RGB Variations
Color information
#9CBAA1 (or 0x9CBAA1) is known color: Summer Green. HEX triplet: 9C, BA and A1. RGB value is (156,186,161). Sum of RGB (Red+Green+Blue) = 156+186+161=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAA1 is #63455E. Grayscale: #AEAEAE. Windows color (decimal): -6505823 or 10599068. OLE color: 10599068.
HSL color Cylindrical-coordinate representation of color #9CBAA1: hue angle of 130º degrees, saturation: 0.18, 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 #9CBAA1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 161 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.27 |
| HSL | 130º | 0.18% | 0.67% | - |
| HSV(B) | 130º | 0.16% | 0.73% | - |
| XYZ | 37.7 | 44.76 | 40.37 | - |
| YUV | 174.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 161 | 0.16 | 0 | 0.13 | 0.27 | 130 | 0.18 | 0.67 |
| Hex | 9C | BA | A1 | 10 | 0 | D | 1B | 82 | 12 | 43 |
| Octal | 234 | 272 | 241 | 20 | 0 | 15 | 33 | 202 | 22 | 103 |
| Binary | 10011100 | 10111010 | 10100001 | 10000 | 0 | 1101 | 11011 | 10000010 | 10010 | 1000011 |
Color Harmonies of #9CBAA1
Complementary color
Monochromatic Colors of #9CBAA1
Black with #9CBAA1
Text Example
Text Example
White with #9CBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAA1; }
p { color: rgb(156,186,161); }
H1.HeaderClassName
{
color: #9CBAA1;
}
.AnyTagClassName
{
color: #9CBAA1;
}
</style>
background-color css
<style>
a { background-color: #9CBAA1; }
a { background-color: rgb(156,186,161); }
div.DivClassName
{
background-color: #9CBAA1;
}
.BgClassName
{
background-color: #9CBAA1;
}
</style>
border-color css
<style>
span { border-color: #9CBAA1; }
span { border-color: rgb(156,186,161); }
td.TdClassName
{
border-color: #9CBAA1;
}
.TagClassName
{
border-color: #9CBAA1;
}
</style>