#86B883

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

Shades of Dark Sea Green #86B883

Tints of Dark Sea Green #86B883

Color information

#86B883 (or 0x86B883) is unknown color: approx Dark Sea Green. HEX triplet: 86, B8 and 83. RGB value is (134,184,131). Sum of RGB (Red+Green+Blue) = 134+184+131=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #86B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B883 is #79477C. Grayscale: #A3A3A3. Windows color (decimal): -7948157 or 8632454. OLE color: 8632454.

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

Color convert

RGB134184131-
CMYK0.2700.290.28
HSL116.6º27.18%61.76%-
HSV(B)116.6º28.8%72.16%-
XYZ31.0740.9927.75-
YUV163.01109.94107.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=29.84%
G=40.98%
B=29.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841310.2700.290.28116.627.1861.76
Hex86B8831B01D1C751b3e
Octal20627020333035341653376
Binary1000011010111000100000111101101110111100111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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