Shades of Summer Green #9CBDA2
Tints of Summer Green #9CBDA2
RGB
CMYK
RGB Variations
Color information
#9CBDA2 (or 0x9CBDA2) is known color: Summer Green. HEX triplet: 9C, BD and A2. RGB value is (156,189,162). Sum of RGB (Red+Green+Blue) = 156+189+162=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBDA2 is #63425D. Grayscale: #B0B0B0. Windows color (decimal): -6505054 or 10665372. OLE color: 10665372.
HSL color Cylindrical-coordinate representation of color #9CBDA2: hue angle of 130.91º 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 #9CBDA2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 162 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.26 |
| HSL | 130.91º | 0.2% | 0.68% | - |
| HSV(B) | 130.91º | 0.17% | 0.74% | - |
| XYZ | 38.43 | 46.07 | 41.05 | - |
| YUV | 176.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 162 | 0.17 | 0 | 0.14 | 0.26 | 130.91 | 0.2 | 0.68 |
| Hex | 9C | BD | A2 | 11 | 0 | E | 1A | 83 | 14 | 44 |
| Octal | 234 | 275 | 242 | 21 | 0 | 16 | 32 | 203 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10100010 | 10001 | 0 | 1110 | 11010 | 10000011 | 10100 | 1000100 |
Color Harmonies of #9CBDA2
Complementary color
Monochromatic Colors of #9CBDA2
Black with #9CBDA2
Text Example
Text Example
White with #9CBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDA2; }
p { color: rgb(156,189,162); }
H1.HeaderClassName
{
color: #9CBDA2;
}
.AnyTagClassName
{
color: #9CBDA2;
}
</style>
background-color css
<style>
a { background-color: #9CBDA2; }
a { background-color: rgb(156,189,162); }
div.DivClassName
{
background-color: #9CBDA2;
}
.BgClassName
{
background-color: #9CBDA2;
}
</style>
border-color css
<style>
span { border-color: #9CBDA2; }
span { border-color: rgb(156,189,162); }
td.TdClassName
{
border-color: #9CBDA2;
}
.TagClassName
{
border-color: #9CBDA2;
}
</style>