Shades of Summer Green #8BAC97
Tints of Summer Green #8BAC97
RGB
CMYK
RGB Variations
Color information
#8BAC97 (or 0x8BAC97) is known color: Summer Green. HEX triplet: 8B, AC and 97. RGB value is (139,172,151). Sum of RGB (Red+Green+Blue) = 139+172+151=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC97 is #745368. Grayscale: #9F9F9F. Windows color (decimal): -7623529 or 9940107. OLE color: 9940107.
HSL color Cylindrical-coordinate representation of color #8BAC97: hue angle of 141.82º 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 #8BAC97 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 151 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.33 |
| HSL | 141.82º | 0.17% | 0.61% | - |
| HSV(B) | 141.82º | 0.19% | 0.67% | - |
| XYZ | 30.99 | 37.23 | 34.83 | - |
| YUV | 159.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 151 | 0.19 | 0 | 0.12 | 0.33 | 141.82 | 0.17 | 0.61 |
| Hex | 8B | AC | 97 | 13 | 0 | C | 21 | 8E | 11 | 3D |
| Octal | 213 | 254 | 227 | 23 | 0 | 14 | 41 | 216 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10010111 | 10011 | 0 | 1100 | 100001 | 10001110 | 10001 | 111101 |
Color Harmonies of #8BAC97
Complementary color
Monochromatic Colors of #8BAC97
Black with #8BAC97
Text Example
Text Example
White with #8BAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC97; }
p { color: rgb(139,172,151); }
H1.HeaderClassName
{
color: #8BAC97;
}
.AnyTagClassName
{
color: #8BAC97;
}
</style>
background-color css
<style>
a { background-color: #8BAC97; }
a { background-color: rgb(139,172,151); }
div.DivClassName
{
background-color: #8BAC97;
}
.BgClassName
{
background-color: #8BAC97;
}
</style>
border-color css
<style>
span { border-color: #8BAC97; }
span { border-color: rgb(139,172,151); }
td.TdClassName
{
border-color: #8BAC97;
}
.TagClassName
{
border-color: #8BAC97;
}
</style>