Shades of Summer Green #8CB998
Tints of Summer Green #8CB998
RGB
CMYK
RGB Variations
Color information
#8CB998 (or 0x8CB998) is known color: Summer Green. HEX triplet: 8C, B9 and 98. RGB value is (140,185,152). Sum of RGB (Red+Green+Blue) = 140+185+152=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB998 is #734667. Grayscale: #A7A7A7. Windows color (decimal): -7554664 or 10008972. OLE color: 10008972.
HSL color Cylindrical-coordinate representation of color #8CB998: hue angle of 136º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB998 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 152 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.27 |
| HSL | 136º | 0.24% | 0.64% | - |
| HSV(B) | 136º | 0.24% | 0.73% | - |
| XYZ | 33.83 | 42.54 | 36.13 | - |
| YUV | 167.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 152 | 0.24 | 0 | 0.18 | 0.27 | 136 | 0.24 | 0.64 |
| Hex | 8C | B9 | 98 | 18 | 0 | 12 | 1B | 88 | 18 | 40 |
| Octal | 214 | 271 | 230 | 30 | 0 | 22 | 33 | 210 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10011000 | 11000 | 0 | 10010 | 11011 | 10001000 | 11000 | 1000000 |
Color Harmonies of #8CB998
Complementary color
Monochromatic Colors of #8CB998
Black with #8CB998
Text Example
Text Example
White with #8CB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB998; }
p { color: rgb(140,185,152); }
H1.HeaderClassName
{
color: #8CB998;
}
.AnyTagClassName
{
color: #8CB998;
}
</style>
background-color css
<style>
a { background-color: #8CB998; }
a { background-color: rgb(140,185,152); }
div.DivClassName
{
background-color: #8CB998;
}
.BgClassName
{
background-color: #8CB998;
}
</style>
border-color css
<style>
span { border-color: #8CB998; }
span { border-color: rgb(140,185,152); }
td.TdClassName
{
border-color: #8CB998;
}
.TagClassName
{
border-color: #8CB998;
}
</style>