Shades of Summer Green #8BAC96
Tints of Summer Green #8BAC96
RGB
CMYK
RGB Variations
Color information
#8BAC96 (or 0x8BAC96) is known color: Summer Green. HEX triplet: 8B, AC and 96. RGB value is (139,172,150). Sum of RGB (Red+Green+Blue) = 139+172+150=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC96 is #745369. Grayscale: #9F9F9F. Windows color (decimal): -7623530 or 9874571. OLE color: 9874571.
HSL color Cylindrical-coordinate representation of color #8BAC96: hue angle of 140º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAC96 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 150 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.33 |
| HSL | 140º | 0.17% | 0.61% | - |
| HSV(B) | 140º | 0.19% | 0.67% | - |
| XYZ | 30.91 | 37.2 | 34.4 | - |
| YUV | 159.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 150 | 0.19 | 0 | 0.13 | 0.33 | 140 | 0.17 | 0.61 |
| Hex | 8B | AC | 96 | 13 | 0 | D | 21 | 8C | 11 | 3D |
| Octal | 213 | 254 | 226 | 23 | 0 | 15 | 41 | 214 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10010110 | 10011 | 0 | 1101 | 100001 | 10001100 | 10001 | 111101 |
Color Harmonies of #8BAC96
Complementary color
Monochromatic Colors of #8BAC96
Black with #8BAC96
Text Example
Text Example
White with #8BAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC96; }
p { color: rgb(139,172,150); }
H1.HeaderClassName
{
color: #8BAC96;
}
.AnyTagClassName
{
color: #8BAC96;
}
</style>
background-color css
<style>
a { background-color: #8BAC96; }
a { background-color: rgb(139,172,150); }
div.DivClassName
{
background-color: #8BAC96;
}
.BgClassName
{
background-color: #8BAC96;
}
</style>
border-color css
<style>
span { border-color: #8BAC96; }
span { border-color: rgb(139,172,150); }
td.TdClassName
{
border-color: #8BAC96;
}
.TagClassName
{
border-color: #8BAC96;
}
</style>