Shades of Summer Green #8CBC9E
Tints of Summer Green #8CBC9E
RGB
CMYK
RGB Variations
Color information
#8CBC9E (or 0x8CBC9E) is known color: Summer Green. HEX triplet: 8C, BC and 9E. RGB value is (140,188,158). Sum of RGB (Red+Green+Blue) = 140+188+158=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC9E is #734361. Grayscale: #AAAAAA. Windows color (decimal): -7553890 or 10402956. OLE color: 10402956.
HSL color Cylindrical-coordinate representation of color #8CBC9E: hue angle of 142.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC9E is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 158 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.26 |
| HSL | 142.5º | 0.26% | 0.64% | - |
| HSV(B) | 142.5º | 0.26% | 0.74% | - |
| XYZ | 34.97 | 44.01 | 39 | - |
| YUV | 170.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 158 | 0.26 | 0 | 0.16 | 0.26 | 142.5 | 0.26 | 0.64 |
| Hex | 8C | BC | 9E | 1A | 0 | 10 | 1A | 8E | 1A | 40 |
| Octal | 214 | 274 | 236 | 32 | 0 | 20 | 32 | 216 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10011110 | 11010 | 0 | 10000 | 11010 | 10001110 | 11010 | 1000000 |
Color Harmonies of #8CBC9E
Complementary color
Monochromatic Colors of #8CBC9E
Black with #8CBC9E
Text Example
Text Example
White with #8CBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC9E; }
p { color: rgb(140,188,158); }
H1.HeaderClassName
{
color: #8CBC9E;
}
.AnyTagClassName
{
color: #8CBC9E;
}
</style>
background-color css
<style>
a { background-color: #8CBC9E; }
a { background-color: rgb(140,188,158); }
div.DivClassName
{
background-color: #8CBC9E;
}
.BgClassName
{
background-color: #8CBC9E;
}
</style>
border-color css
<style>
span { border-color: #8CBC9E; }
span { border-color: rgb(140,188,158); }
td.TdClassName
{
border-color: #8CBC9E;
}
.TagClassName
{
border-color: #8CBC9E;
}
</style>