Html Css Color HEX #86BA83 Dark Sea Green

📋 copy color: '#86BA83'

red 134 ◦ green 186 ◦ blue 131

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

Shades of Dark Sea Green #86BA83

Tints of Dark Sea Green #86BA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 29.71%
G = 41.24%
B = 29.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#86BA83 (or 0x86BA83) is known color: Dark Sea Green. HEX triplet: 86, BA and 83. RGB value is (134,186,131). Sum of RGB (Red+Green+Blue) = 134+186+131=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA83 is #79457C. Grayscale: #A4A4A4. Windows color (decimal): -7947645 or 8632966. OLE color: 8632966.

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

Color convert

RGB 134 186 131 -
CMYK 0.28 0 0.30 0.27
HSL 116.73º 0.28% 0.62% -
HSV(B) 116.73º 0.3% 0.73% -
XYZ 31.49 41.82 27.89 -
YUV 164.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 134 186 131 0.28 0 0.30 0.27 116.73 0.28 0.62
Hex 86 BA 83 1C 0 1E 1B 75 1C 3E
Octal 206 272 203 34 0 36 33 165 34 76
Binary 10000110 10111010 10000011 11100 0 11110 11011 1110101 11100 111110

Color Harmonies of #86BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA83

Black with #86BA83

Text Example


Text Example

White with #86BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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