Html Css Color HEX #86B97E Dark Sea Green

📋 copy color: '#86B97E'

red 134 ◦ green 185 ◦ blue 126

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

Shades of Dark Sea Green #86B97E

Tints of Dark Sea Green #86B97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 30.11%
G = 41.57%
B = 28.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#86B97E (or 0x86B97E) is known color: Dark Sea Green. HEX triplet: 86, B9 and 7E. RGB value is (134,185,126). Sum of RGB (Red+Green+Blue) = 134+185+126=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #86B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B97E is #794681. Grayscale: #A3A3A3. Windows color (decimal): -7947906 or 8305030. OLE color: 8305030.

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

Color convert

RGB 134 185 126 -
CMYK 0.28 0 0.32 0.27
HSL 111.86º 0.3% 0.61% -
HSV(B) 111.86º 0.32% 0.73% -
XYZ 30.95 41.27 26.07 -
YUV 163.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 134 185 126 0.28 0 0.32 0.27 111.86 0.3 0.61
Hex 86 B9 7E 1C 0 20 1B 70 1E 3D
Octal 206 271 176 34 0 40 33 160 36 75
Binary 10000110 10111001 1111110 11100 0 100000 11011 1110000 11110 111101

Color Harmonies of #86B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B97E

Black with #86B97E

Text Example


Text Example

White with #86B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,126); }

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

background-color css

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

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

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

border-color css

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

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

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