#86B892

Color #86B892 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #86B892

Tints of Summer Green #86B892

Color information

#86B892 (or 0x86B892) is unknown color: approx Summer Green. HEX triplet: 86, B8 and 92. RGB value is (134,184,146). Sum of RGB (Red+Green+Blue) = 134+184+146=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #86B892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B892 is #79476D. Grayscale: #A4A4A4. Windows color (decimal): -7948142 or 9615494. OLE color: 9615494.

HSL color Cylindrical-coordinate representation of color #86B892: hue angle of 134.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B892 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB134184146-
CMYK0.2700.210.28
HSL134.4º26.04%62.35%-
HSV(B)134.4º27.17%72.16%-
XYZ32.1641.4233.49-
YUV164.72117.44106.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=28.88%
G=39.66%
B=31.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841460.2700.210.28134.426.0462.35
Hex86B8921B0151C861a3e
Octal20627022233025342063276
Binary10000110101110001001001011011010101111001000011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B892; }

 p { color: rgb(134,184,146); }

 H1.HeaderClassName
 {
   color: #86B892;
 }
 .AnyTagClassName
 {
   color: #86B892;
 }
</style>
background-color css

<style>
 a { background-color: #86B892; }

 a { background-color: rgb(134,184,146); }

 div.DivClassName
 {
   background-color: #86B892;
 }
 .BgClassName
 {
   background-color: #86B892;
 }
</style>
border-color css

<style>
 span { border-color: #86B892; }

 span { border-color: rgb(134,184,146); }

 td.TdClassName
 {
   border-color: #86B892;
 }
 .TagClassName
 {
   border-color: #86B892;
 }
</style>