Shades of Summer Green #86B993
Tints of Summer Green #86B993
RGB
CMYK
RGB Variations
Color information
#86B993 (or 0x86B993) is known color: Summer Green. HEX triplet: 86, B9 and 93. RGB value is (134,185,147). Sum of RGB (Red+Green+Blue) = 134+185+147=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #86B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B993 is #79466C. Grayscale: #A5A5A5. Windows color (decimal): -7947885 or 9681286. OLE color: 9681286.
HSL color Cylindrical-coordinate representation of color #86B993: hue angle of 135.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B993 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 147 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.27 |
| HSL | 135.29º | 0.27% | 0.63% | - |
| HSV(B) | 135.29º | 0.28% | 0.73% | - |
| XYZ | 32.45 | 41.87 | 33.98 | - |
| YUV | 165.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 147 | 0.28 | 0 | 0.21 | 0.27 | 135.29 | 0.27 | 0.63 |
| Hex | 86 | B9 | 93 | 1C | 0 | 15 | 1B | 87 | 1B | 3F |
| Octal | 206 | 271 | 223 | 34 | 0 | 25 | 33 | 207 | 33 | 77 |
| Binary | 10000110 | 10111001 | 10010011 | 11100 | 0 | 10101 | 11011 | 10000111 | 11011 | 111111 |
Color Harmonies of #86B993
Complementary color
Monochromatic Colors of #86B993
Black with #86B993
Text Example
Text Example
White with #86B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B993; }
p { color: rgb(134,185,147); }
H1.HeaderClassName
{
color: #86B993;
}
.AnyTagClassName
{
color: #86B993;
}
</style>
background-color css
<style>
a { background-color: #86B993; }
a { background-color: rgb(134,185,147); }
div.DivClassName
{
background-color: #86B993;
}
.BgClassName
{
background-color: #86B993;
}
</style>
border-color css
<style>
span { border-color: #86B993; }
span { border-color: rgb(134,185,147); }
td.TdClassName
{
border-color: #86B993;
}
.TagClassName
{
border-color: #86B993;
}
</style>