Html Css Color HEX #86BA84 Dark Sea Green

📋 copy color: '#86BA84'

red 134 ◦ green 186 ◦ blue 132

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

Shades of Dark Sea Green #86BA84

Tints of Dark Sea Green #86BA84

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 29.65%
G = 41.15%
B = 29.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#86BA84 (or 0x86BA84) is known color: Dark Sea Green. HEX triplet: 86, BA and 84. RGB value is (134,186,132). Sum of RGB (Red+Green+Blue) = 134+186+132=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA84 is #79457B. Grayscale: #A4A4A4. Windows color (decimal): -7947644 or 8698502. OLE color: 8698502.

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

Color convert

RGB 134 186 132 -
CMYK 0.28 0 0.29 0.27
HSL 117.78º 0.28% 0.62% -
HSV(B) 117.78º 0.29% 0.73% -
XYZ 31.56 41.85 28.24 -
YUV 164.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 134 186 132 0.28 0 0.29 0.27 117.78 0.28 0.62
Hex 86 BA 84 1C 0 1D 1B 76 1C 3E
Octal 206 272 204 34 0 35 33 166 34 76
Binary 10000110 10111010 10000100 11100 0 11101 11011 1110110 11100 111110

Color Harmonies of #86BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA84

Black with #86BA84

Text Example


Text Example

White with #86BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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