Html Css Color HEX #86BA81 Dark Sea Green

📋 copy color: '#86BA81'

red 134 ◦ green 186 ◦ blue 129

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

Shades of Dark Sea Green #86BA81

Tints of Dark Sea Green #86BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 29.84%
G = 41.43%
B = 28.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#86BA81 (or 0x86BA81) is known color: Dark Sea Green. HEX triplet: 86, BA and 81. RGB value is (134,186,129). Sum of RGB (Red+Green+Blue) = 134+186+129=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA81 is #79457E. Grayscale: #A4A4A4. Windows color (decimal): -7947647 or 8501894. OLE color: 8501894.

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

Color convert

RGB 134 186 129 -
CMYK 0.28 0 0.31 0.27
HSL 114.74º 0.29% 0.62% -
HSV(B) 114.74º 0.31% 0.73% -
XYZ 31.35 41.77 27.18 -
YUV 163.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 134 186 129 0.28 0 0.31 0.27 114.74 0.29 0.62
Hex 86 BA 81 1C 0 1F 1B 73 1D 3E
Octal 206 272 201 34 0 37 33 163 35 76
Binary 10000110 10111010 10000001 11100 0 11111 11011 1110011 11101 111110

Color Harmonies of #86BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA81

Black with #86BA81

Text Example


Text Example

White with #86BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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