#86BA80

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

Shades of Dark Sea Green #86BA80

Tints of Dark Sea Green #86BA80

Color information

#86BA80 (or 0x86BA80) is unknown color: approx Dark Sea Green. HEX triplet: 86, BA and 80. RGB value is (134,186,128). Sum of RGB (Red+Green+Blue) = 134+186+128=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA80 is #79457F. Grayscale: #A4A4A4. Windows color (decimal): -7947648 or 8436358. OLE color: 8436358.

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

Color convert

RGB134186128-
CMYK0.2800.310.27
HSL113.79º29.59%61.57%-
HSV(B)113.79º31.18%72.94%-
XYZ31.2941.7426.83-
YUV163.84107.77106.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=29.91%
G=41.52%
B=28.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861280.2800.310.27113.7929.5961.57
Hex86BA801C01F1B721e3e
Octal20627220034037331623676
Binary1000011010111010100000001110001111111011111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,128); }

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

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

 a { background-color: rgb(134,186,128); }

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

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

 span { border-color: rgb(134,186,128); }

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