Shades of Summer Green #86BDA0
Tints of Summer Green #86BDA0
RGB
CMYK
RGB Variations
Color information
#86BDA0 (or 0x86BDA0) is known color: Summer Green. HEX triplet: 86, BD and A0. RGB value is (134,189,160). Sum of RGB (Red+Green+Blue) = 134+189+160=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDA0 is #79425F. Grayscale: #A9A9A9. Windows color (decimal): -7946848 or 10534278. OLE color: 10534278.
HSL color Cylindrical-coordinate representation of color #86BDA0: hue angle of 148.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDA0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 160 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.26 |
| HSL | 148.36º | 0.29% | 0.63% | - |
| HSV(B) | 148.36º | 0.29% | 0.74% | - |
| XYZ | 34.37 | 44 | 39.94 | - |
| YUV | 169.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 160 | 0.29 | 0 | 0.15 | 0.26 | 148.36 | 0.29 | 0.63 |
| Hex | 86 | BD | A0 | 1D | 0 | F | 1A | 94 | 1D | 3F |
| Octal | 206 | 275 | 240 | 35 | 0 | 17 | 32 | 224 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10100000 | 11101 | 0 | 1111 | 11010 | 10010100 | 11101 | 111111 |
Color Harmonies of #86BDA0
Complementary color
Monochromatic Colors of #86BDA0
Black with #86BDA0
Text Example
Text Example
White with #86BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDA0; }
p { color: rgb(134,189,160); }
H1.HeaderClassName
{
color: #86BDA0;
}
.AnyTagClassName
{
color: #86BDA0;
}
</style>
background-color css
<style>
a { background-color: #86BDA0; }
a { background-color: rgb(134,189,160); }
div.DivClassName
{
background-color: #86BDA0;
}
.BgClassName
{
background-color: #86BDA0;
}
</style>
border-color css
<style>
span { border-color: #86BDA0; }
span { border-color: rgb(134,189,160); }
td.TdClassName
{
border-color: #86BDA0;
}
.TagClassName
{
border-color: #86BDA0;
}
</style>