Shades of Summer Green #86BD92
Tints of Summer Green #86BD92
RGB
CMYK
RGB Variations
Color information
#86BD92 (or 0x86BD92) is known color: Summer Green. HEX triplet: 86, BD and 92. RGB value is (134,189,146). Sum of RGB (Red+Green+Blue) = 134+189+146=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD92 is #79426D. Grayscale: #A7A7A7. Windows color (decimal): -7946862 or 9616774. OLE color: 9616774.
HSL color Cylindrical-coordinate representation of color #86BD92: hue angle of 133.09º 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 #86BD92 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 146 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.26 |
| HSL | 133.09º | 0.29% | 0.63% | - |
| HSV(B) | 133.09º | 0.29% | 0.74% | - |
| XYZ | 33.22 | 43.54 | 33.85 | - |
| YUV | 167.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 146 | 0.29 | 0 | 0.23 | 0.26 | 133.09 | 0.29 | 0.63 |
| Hex | 86 | BD | 92 | 1D | 0 | 17 | 1A | 85 | 1D | 3F |
| Octal | 206 | 275 | 222 | 35 | 0 | 27 | 32 | 205 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10010010 | 11101 | 0 | 10111 | 11010 | 10000101 | 11101 | 111111 |
Color Harmonies of #86BD92
Complementary color
Monochromatic Colors of #86BD92
Black with #86BD92
Text Example
Text Example
White with #86BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD92; }
p { color: rgb(134,189,146); }
H1.HeaderClassName
{
color: #86BD92;
}
.AnyTagClassName
{
color: #86BD92;
}
</style>
background-color css
<style>
a { background-color: #86BD92; }
a { background-color: rgb(134,189,146); }
div.DivClassName
{
background-color: #86BD92;
}
.BgClassName
{
background-color: #86BD92;
}
</style>
border-color css
<style>
span { border-color: #86BD92; }
span { border-color: rgb(134,189,146); }
td.TdClassName
{
border-color: #86BD92;
}
.TagClassName
{
border-color: #86BD92;
}
</style>