Shades of Summer Green #9CBDA0
Tints of Summer Green #9CBDA0
RGB
CMYK
RGB Variations
Color information
#9CBDA0 (or 0x9CBDA0) is known color: Summer Green. HEX triplet: 9C, BD and A0. RGB value is (156,189,160). Sum of RGB (Red+Green+Blue) = 156+189+160=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBDA0 is #63425F. Grayscale: #AFAFAF. Windows color (decimal): -6505056 or 10534300. OLE color: 10534300.
HSL color Cylindrical-coordinate representation of color #9CBDA0: hue angle of 127.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDA0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 160 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.26 |
| HSL | 127.27º | 0.2% | 0.68% | - |
| HSV(B) | 127.27º | 0.17% | 0.74% | - |
| XYZ | 38.25 | 46 | 40.12 | - |
| YUV | 175.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 160 | 0.17 | 0 | 0.15 | 0.26 | 127.27 | 0.2 | 0.68 |
| Hex | 9C | BD | A0 | 11 | 0 | F | 1A | 7F | 14 | 44 |
| Octal | 234 | 275 | 240 | 21 | 0 | 17 | 32 | 177 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10100000 | 10001 | 0 | 1111 | 11010 | 1111111 | 10100 | 1000100 |
Color Harmonies of #9CBDA0
Complementary color
Monochromatic Colors of #9CBDA0
Black with #9CBDA0
Text Example
Text Example
White with #9CBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDA0; }
p { color: rgb(156,189,160); }
H1.HeaderClassName
{
color: #9CBDA0;
}
.AnyTagClassName
{
color: #9CBDA0;
}
</style>
background-color css
<style>
a { background-color: #9CBDA0; }
a { background-color: rgb(156,189,160); }
div.DivClassName
{
background-color: #9CBDA0;
}
.BgClassName
{
background-color: #9CBDA0;
}
</style>
border-color css
<style>
span { border-color: #9CBDA0; }
span { border-color: rgb(156,189,160); }
td.TdClassName
{
border-color: #9CBDA0;
}
.TagClassName
{
border-color: #9CBDA0;
}
</style>