Html Css Color HEX #86B588 Dark Sea Green

📋 copy color: '#86B588'

red 134 ◦ green 181 ◦ blue 136

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

Shades of Dark Sea Green #86B588

Tints of Dark Sea Green #86B588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 29.71%
G = 40.13%
B = 30.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#86B588 (or 0x86B588) is known color: Dark Sea Green. HEX triplet: 86, B5 and 88. RGB value is (134,181,136). Sum of RGB (Red+Green+Blue) = 134+181+136=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #86B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B588 is #794A77. Grayscale: #A1A1A1. Windows color (decimal): -7948920 or 8959366. OLE color: 8959366.

HSL color Cylindrical-coordinate representation of color #86B588: hue angle of 122.55º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B588 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 136 -
CMYK 0.26 0 0.25 0.29
HSL 122.55º 0.24% 0.62% -
HSV(B) 122.55º 0.26% 0.71% -
XYZ 30.8 39.89 29.37 -
YUV 161.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 134 181 136 0.26 0 0.25 0.29 122.55 0.24 0.62
Hex 86 B5 88 1A 0 19 1D 7B 18 3E
Octal 206 265 210 32 0 31 35 173 30 76
Binary 10000110 10110101 10001000 11010 0 11001 11101 1111011 11000 111110

Color Harmonies of #86B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B588

Black with #86B588

Text Example


Text Example

White with #86B588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,136); }

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

background-color css

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

 a { background-color: rgb(134,181,136); }

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

border-color css

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

 span { border-color: rgb(134,181,136); }

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