Shades of Summer Green #9CBAA5
Tints of Summer Green #9CBAA5
RGB
CMYK
RGB Variations
Color information
#9CBAA5 (or 0x9CBAA5) is known color: Summer Green. HEX triplet: 9C, BA and A5. RGB value is (156,186,165). Sum of RGB (Red+Green+Blue) = 156+186+165=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAA5 is #63455A. Grayscale: #AEAEAE. Windows color (decimal): -6505819 or 10861212. OLE color: 10861212.
HSL color Cylindrical-coordinate representation of color #9CBAA5: hue angle of 138º 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 #9CBAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 165 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.27 |
| HSL | 138º | 0.18% | 0.67% | - |
| HSV(B) | 138º | 0.16% | 0.73% | - |
| XYZ | 38.06 | 44.9 | 42.26 | - |
| YUV | 174.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 165 | 0.16 | 0 | 0.11 | 0.27 | 138 | 0.18 | 0.67 |
| Hex | 9C | BA | A5 | 10 | 0 | B | 1B | 8A | 12 | 43 |
| Octal | 234 | 272 | 245 | 20 | 0 | 13 | 33 | 212 | 22 | 103 |
| Binary | 10011100 | 10111010 | 10100101 | 10000 | 0 | 1011 | 11011 | 10001010 | 10010 | 1000011 |
Color Harmonies of #9CBAA5
Complementary color
Monochromatic Colors of #9CBAA5
Black with #9CBAA5
Text Example
Text Example
White with #9CBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAA5; }
p { color: rgb(156,186,165); }
H1.HeaderClassName
{
color: #9CBAA5;
}
.AnyTagClassName
{
color: #9CBAA5;
}
</style>
background-color css
<style>
a { background-color: #9CBAA5; }
a { background-color: rgb(156,186,165); }
div.DivClassName
{
background-color: #9CBAA5;
}
.BgClassName
{
background-color: #9CBAA5;
}
</style>
border-color css
<style>
span { border-color: #9CBAA5; }
span { border-color: rgb(156,186,165); }
td.TdClassName
{
border-color: #9CBAA5;
}
.TagClassName
{
border-color: #9CBAA5;
}
</style>