Shades of Summer Green #86BE9A
Tints of Summer Green #86BE9A
RGB
CMYK
RGB Variations
Color information
#86BE9A (or 0x86BE9A) is known color: Summer Green. HEX triplet: 86, BE and 9A. RGB value is (134,190,154). Sum of RGB (Red+Green+Blue) = 134+190+154=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE9A is #794165. Grayscale: #A9A9A9. Windows color (decimal): -7946598 or 10141318. OLE color: 10141318.
HSL color Cylindrical-coordinate representation of color #86BE9A: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BE9A is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 154 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.25 |
| HSL | 141.43º | 0.3% | 0.64% | - |
| HSV(B) | 141.43º | 0.29% | 0.75% | - |
| XYZ | 34.08 | 44.23 | 37.31 | - |
| YUV | 169.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 154 | 0.29 | 0 | 0.19 | 0.25 | 141.43 | 0.3 | 0.64 |
| Hex | 86 | BE | 9A | 1D | 0 | 13 | 19 | 8D | 1E | 40 |
| Octal | 206 | 276 | 232 | 35 | 0 | 23 | 31 | 215 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10011010 | 11101 | 0 | 10011 | 11001 | 10001101 | 11110 | 1000000 |
Color Harmonies of #86BE9A
Complementary color
Monochromatic Colors of #86BE9A
Black with #86BE9A
Text Example
Text Example
White with #86BE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE9A; }
p { color: rgb(134,190,154); }
H1.HeaderClassName
{
color: #86BE9A;
}
.AnyTagClassName
{
color: #86BE9A;
}
</style>
background-color css
<style>
a { background-color: #86BE9A; }
a { background-color: rgb(134,190,154); }
div.DivClassName
{
background-color: #86BE9A;
}
.BgClassName
{
background-color: #86BE9A;
}
</style>
border-color css
<style>
span { border-color: #86BE9A; }
span { border-color: rgb(134,190,154); }
td.TdClassName
{
border-color: #86BE9A;
}
.TagClassName
{
border-color: #86BE9A;
}
</style>