Html Css Color HEX #86B486 Dark Sea Green

📋 copy color: '#86B486'

red 134 ◦ green 180 ◦ blue 134

#86B486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #86B486

Tints of Dark Sea Green #86B486

RGB

 RED value IS 134 (52.73% from 255) = 29.91%

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 29.91%
G = 40.18%
B = 29.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#86B486 (or 0x86B486) is known color: Dark Sea Green. HEX triplet: 86, B4 and 86. RGB value is (134,180,134). Sum of RGB (Red+Green+Blue) = 134+180+134=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #86B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B486 is #794B79. Grayscale: #A1A1A1. Windows color (decimal): -7949178 or 8828038. OLE color: 8828038.

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

Color convert

RGB 134 180 134 -
CMYK 0.26 0 0.26 0.29
HSL 120º 0.23% 0.62% -
HSV(B) 120º 0.26% 0.71% -
XYZ 30.46 39.43 28.56 -
YUV 161 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 134 180 134 0.26 0 0.26 0.29 120 0.23 0.62
Hex 86 B4 86 1A 0 1A 1D 78 17 3E
Octal 206 264 206 32 0 32 35 170 27 76
Binary 10000110 10110100 10000110 11010 0 11010 11101 1111000 10111 111110

Color Harmonies of #86B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B486

Black with #86B486

Text Example


Text Example

White with #86B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,134); }

 H1.HeaderClassName
 {
   color: #86B486;
 }
 .AnyTagClassName
 {
   color: #86B486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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