Shades of Summer Green #8CBA96
Tints of Summer Green #8CBA96
RGB
CMYK
RGB Variations
Color information
#8CBA96 (or 0x8CBA96) is known color: Summer Green. HEX triplet: 8C, BA and 96. RGB value is (140,186,150). Sum of RGB (Red+Green+Blue) = 140+186+150=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA96 is #734569. Grayscale: #A8A8A8. Windows color (decimal): -7554410 or 9878156. OLE color: 9878156.
HSL color Cylindrical-coordinate representation of color #8CBA96: hue angle of 133.04º 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 #8CBA96 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 150 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.27 |
| HSL | 133.04º | 0.25% | 0.64% | - |
| HSV(B) | 133.04º | 0.25% | 0.73% | - |
| XYZ | 33.88 | 42.9 | 35.35 | - |
| YUV | 168.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 150 | 0.25 | 0 | 0.19 | 0.27 | 133.04 | 0.25 | 0.64 |
| Hex | 8C | BA | 96 | 19 | 0 | 13 | 1B | 85 | 19 | 40 |
| Octal | 214 | 272 | 226 | 31 | 0 | 23 | 33 | 205 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10010110 | 11001 | 0 | 10011 | 11011 | 10000101 | 11001 | 1000000 |
Color Harmonies of #8CBA96
Complementary color
Monochromatic Colors of #8CBA96
Black with #8CBA96
Text Example
Text Example
White with #8CBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA96; }
p { color: rgb(140,186,150); }
H1.HeaderClassName
{
color: #8CBA96;
}
.AnyTagClassName
{
color: #8CBA96;
}
</style>
background-color css
<style>
a { background-color: #8CBA96; }
a { background-color: rgb(140,186,150); }
div.DivClassName
{
background-color: #8CBA96;
}
.BgClassName
{
background-color: #8CBA96;
}
</style>
border-color css
<style>
span { border-color: #8CBA96; }
span { border-color: rgb(140,186,150); }
td.TdClassName
{
border-color: #8CBA96;
}
.TagClassName
{
border-color: #8CBA96;
}
</style>