#86BC85

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

Shades of Dark Sea Green #86BC85

Tints of Dark Sea Green #86BC85

Color information

#86BC85 (or 0x86BC85) is unknown color: approx Dark Sea Green. HEX triplet: 86, BC and 85. RGB value is (134,188,133). Sum of RGB (Red+Green+Blue) = 134+188+133=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC85 is #79437A. Grayscale: #A5A5A5. Windows color (decimal): -7947131 or 8764550. OLE color: 8764550.

HSL color Cylindrical-coordinate representation of color #86BC85: hue angle of 118.91º 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 #86BC85 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB134188133-
CMYK0.2900.290.26
HSL118.91º29.1%62.94%-
HSV(B)118.91º29.26%73.73%-
XYZ32.0542.7328.75-
YUV165.58109.61105.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=29.45%
G=41.32%
B=29.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341881330.2900.290.26118.9129.162.94
Hex86BC851D01D1A771d3f
Octal20627420535035321673577
Binary1000011010111100100001011110101110111010111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,133); }

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

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

 a { background-color: rgb(134,188,133); }

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

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

 span { border-color: rgb(134,188,133); }

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