Shades of Summer Green #8CB296
Tints of Summer Green #8CB296
RGB
CMYK
RGB Variations
Color information
#8CB296 (or 0x8CB296) is known color: Summer Green. HEX triplet: 8C, B2 and 96. RGB value is (140,178,150). Sum of RGB (Red+Green+Blue) = 140+178+150=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB296 is #734D69. Grayscale: #A3A3A3. Windows color (decimal): -7556458 or 9876108. OLE color: 9876108.
HSL color Cylindrical-coordinate representation of color #8CB296: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB296 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 150 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.30 |
| HSL | 135.79º | 0.2% | 0.62% | - |
| HSV(B) | 135.79º | 0.21% | 0.7% | - |
| XYZ | 32.24 | 39.62 | 34.8 | - |
| YUV | 163.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 150 | 0.21 | 0 | 0.16 | 0.30 | 135.79 | 0.2 | 0.62 |
| Hex | 8C | B2 | 96 | 15 | 0 | 10 | 1E | 88 | 14 | 3E |
| Octal | 214 | 262 | 226 | 25 | 0 | 20 | 36 | 210 | 24 | 76 |
| Binary | 10001100 | 10110010 | 10010110 | 10101 | 0 | 10000 | 11110 | 10001000 | 10100 | 111110 |
Color Harmonies of #8CB296
Complementary color
Monochromatic Colors of #8CB296
Black with #8CB296
Text Example
Text Example
White with #8CB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB296; }
p { color: rgb(140,178,150); }
H1.HeaderClassName
{
color: #8CB296;
}
.AnyTagClassName
{
color: #8CB296;
}
</style>
background-color css
<style>
a { background-color: #8CB296; }
a { background-color: rgb(140,178,150); }
div.DivClassName
{
background-color: #8CB296;
}
.BgClassName
{
background-color: #8CB296;
}
</style>
border-color css
<style>
span { border-color: #8CB296; }
span { border-color: rgb(140,178,150); }
td.TdClassName
{
border-color: #8CB296;
}
.TagClassName
{
border-color: #8CB296;
}
</style>