#86B384

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

Shades of Dark Sea Green #86B384

Tints of Dark Sea Green #86B384

Color information

#86B384 (or 0x86B384) is unknown color: approx Dark Sea Green. HEX triplet: 86, B3 and 84. RGB value is (134,179,132). Sum of RGB (Red+Green+Blue) = 134+179+132=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #86B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B384 is #794C7B. Grayscale: #A0A0A0. Windows color (decimal): -7949436 or 8696710. OLE color: 8696710.

HSL color Cylindrical-coordinate representation of color #86B384: hue angle of 117.45º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B384 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB134179132-
CMYK0.2500.260.30
HSL117.45º23.62%60.98%-
HSV(B)117.45º26.26%70.2%-
XYZ30.1238.9727.77-
YUV160.19112.09109.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=30.11%
G=40.22%
B=29.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341791320.2500.260.30117.4523.6260.98
Hex86B3841901A1E75183d
Octal20626320431032361653075
Binary1000011010110011100001001100101101011110111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,132); }

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

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

 a { background-color: rgb(134,179,132); }

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

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

 span { border-color: rgb(134,179,132); }

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