Shades of Summer Green #9CBCA0
Tints of Summer Green #9CBCA0
RGB
CMYK
RGB Variations
Color information
#9CBCA0 (or 0x9CBCA0) is known color: Summer Green. HEX triplet: 9C, BC and A0. RGB value is (156,188,160). Sum of RGB (Red+Green+Blue) = 156+188+160=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCA0 is #63435F. Grayscale: #AFAFAF. Windows color (decimal): -6505312 or 10534044. OLE color: 10534044.
HSL color Cylindrical-coordinate representation of color #9CBCA0: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCA0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 160 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.26 |
| HSL | 127.5º | 0.19% | 0.67% | - |
| HSV(B) | 127.5º | 0.17% | 0.74% | - |
| XYZ | 38.04 | 45.57 | 40.05 | - |
| YUV | 175.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 160 | 0.17 | 0 | 0.15 | 0.26 | 127.5 | 0.19 | 0.67 |
| Hex | 9C | BC | A0 | 11 | 0 | F | 1A | 80 | 13 | 43 |
| Octal | 234 | 274 | 240 | 21 | 0 | 17 | 32 | 200 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10100000 | 10001 | 0 | 1111 | 11010 | 10000000 | 10011 | 1000011 |
Color Harmonies of #9CBCA0
Complementary color
Monochromatic Colors of #9CBCA0
Black with #9CBCA0
Text Example
Text Example
White with #9CBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCA0; }
p { color: rgb(156,188,160); }
H1.HeaderClassName
{
color: #9CBCA0;
}
.AnyTagClassName
{
color: #9CBCA0;
}
</style>
background-color css
<style>
a { background-color: #9CBCA0; }
a { background-color: rgb(156,188,160); }
div.DivClassName
{
background-color: #9CBCA0;
}
.BgClassName
{
background-color: #9CBCA0;
}
</style>
border-color css
<style>
span { border-color: #9CBCA0; }
span { border-color: rgb(156,188,160); }
td.TdClassName
{
border-color: #9CBCA0;
}
.TagClassName
{
border-color: #9CBCA0;
}
</style>