Shades of Summer Green #8CBA9D
Tints of Summer Green #8CBA9D
RGB
CMYK
RGB Variations
Color information
#8CBA9D (or 0x8CBA9D) is known color: Summer Green. HEX triplet: 8C, BA and 9D. RGB value is (140,186,157). Sum of RGB (Red+Green+Blue) = 140+186+157=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9D is #734562. Grayscale: #A9A9A9. Windows color (decimal): -7554403 or 10336908. OLE color: 10336908.
HSL color Cylindrical-coordinate representation of color #8CBA9D: hue angle of 142.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBA9D is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 157 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.27 |
| HSL | 142.17º | 0.25% | 0.64% | - |
| HSV(B) | 142.17º | 0.25% | 0.73% | - |
| XYZ | 34.46 | 43.13 | 38.41 | - |
| YUV | 168.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 157 | 0.25 | 0 | 0.16 | 0.27 | 142.17 | 0.25 | 0.64 |
| Hex | 8C | BA | 9D | 19 | 0 | 10 | 1B | 8E | 19 | 40 |
| Octal | 214 | 272 | 235 | 31 | 0 | 20 | 33 | 216 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10011101 | 11001 | 0 | 10000 | 11011 | 10001110 | 11001 | 1000000 |
Color Harmonies of #8CBA9D
Complementary color
Monochromatic Colors of #8CBA9D
Black with #8CBA9D
Text Example
Text Example
White with #8CBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA9D; }
p { color: rgb(140,186,157); }
H1.HeaderClassName
{
color: #8CBA9D;
}
.AnyTagClassName
{
color: #8CBA9D;
}
</style>
background-color css
<style>
a { background-color: #8CBA9D; }
a { background-color: rgb(140,186,157); }
div.DivClassName
{
background-color: #8CBA9D;
}
.BgClassName
{
background-color: #8CBA9D;
}
</style>
border-color css
<style>
span { border-color: #8CBA9D; }
span { border-color: rgb(140,186,157); }
td.TdClassName
{
border-color: #8CBA9D;
}
.TagClassName
{
border-color: #8CBA9D;
}
</style>