Html Css Color HEX #86B382 Dark Sea Green

📋 copy color: '#86B382'

red 134 ◦ green 179 ◦ blue 130

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

Shades of Dark Sea Green #86B382

Tints of Dark Sea Green #86B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 30.25%
G = 40.41%
B = 29.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#86B382 (or 0x86B382) is known color: Dark Sea Green. HEX triplet: 86, B3 and 82. RGB value is (134,179,130). Sum of RGB (Red+Green+Blue) = 134+179+130=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #86B382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B382 is #794C7D. Grayscale: #A0A0A0. Windows color (decimal): -7949438 or 8565638. OLE color: 8565638.

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

Color convert

RGB 134 179 130 -
CMYK 0.25 0 0.27 0.30
HSL 115.1º 0.24% 0.61% -
HSV(B) 115.1º 0.27% 0.7% -
XYZ 29.98 38.92 27.05 -
YUV 159.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 134 179 130 0.25 0 0.27 0.30 115.1 0.24 0.61
Hex 86 B3 82 19 0 1B 1E 73 18 3D
Octal 206 263 202 31 0 33 36 163 30 75
Binary 10000110 10110011 10000010 11001 0 11011 11110 1110011 11000 111101

Color Harmonies of #86B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B382

Black with #86B382

Text Example


Text Example

White with #86B382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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