Shades of Summer Green #8CB996
Tints of Summer Green #8CB996
RGB
CMYK
RGB Variations
Color information
#8CB996 (or 0x8CB996) is known color: Summer Green. HEX triplet: 8C, B9 and 96. RGB value is (140,185,150). Sum of RGB (Red+Green+Blue) = 140+185+150=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB996 is #734669. Grayscale: #A7A7A7. Windows color (decimal): -7554666 or 9877900. OLE color: 9877900.
HSL color Cylindrical-coordinate representation of color #8CB996: hue angle of 133.33º 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 #8CB996 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 150 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.27 |
| HSL | 133.33º | 0.24% | 0.64% | - |
| HSV(B) | 133.33º | 0.24% | 0.73% | - |
| XYZ | 33.67 | 42.48 | 35.28 | - |
| YUV | 167.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 150 | 0.24 | 0 | 0.19 | 0.27 | 133.33 | 0.24 | 0.64 |
| Hex | 8C | B9 | 96 | 18 | 0 | 13 | 1B | 85 | 18 | 40 |
| Octal | 214 | 271 | 226 | 30 | 0 | 23 | 33 | 205 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10010110 | 11000 | 0 | 10011 | 11011 | 10000101 | 11000 | 1000000 |
Color Harmonies of #8CB996
Complementary color
Monochromatic Colors of #8CB996
Black with #8CB996
Text Example
Text Example
White with #8CB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB996; }
p { color: rgb(140,185,150); }
H1.HeaderClassName
{
color: #8CB996;
}
.AnyTagClassName
{
color: #8CB996;
}
</style>
background-color css
<style>
a { background-color: #8CB996; }
a { background-color: rgb(140,185,150); }
div.DivClassName
{
background-color: #8CB996;
}
.BgClassName
{
background-color: #8CB996;
}
</style>
border-color css
<style>
span { border-color: #8CB996; }
span { border-color: rgb(140,185,150); }
td.TdClassName
{
border-color: #8CB996;
}
.TagClassName
{
border-color: #8CB996;
}
</style>