Html Css Color HEX #86B88C Dark Sea Green

📋 copy color: '#86B88C'

red 134 ◦ green 184 ◦ blue 140

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

Shades of Dark Sea Green #86B88C

Tints of Dark Sea Green #86B88C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 29.26%
G = 40.17%
B = 30.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#86B88C (or 0x86B88C) is known color: Dark Sea Green. HEX triplet: 86, B8 and 8C. RGB value is (134,184,140). Sum of RGB (Red+Green+Blue) = 134+184+140=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #86B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B88C is #794773. Grayscale: #A4A4A4. Windows color (decimal): -7948148 or 9222278. OLE color: 9222278.

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

Color convert

RGB 134 184 140 -
CMYK 0.27 0 0.24 0.28
HSL 127.2º 0.26% 0.62% -
HSV(B) 127.2º 0.27% 0.72% -
XYZ 31.71 41.24 31.1 -
YUV 164.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 134 184 140 0.27 0 0.24 0.28 127.2 0.26 0.62
Hex 86 B8 8C 1B 0 18 1C 7F 1A 3E
Octal 206 270 214 33 0 30 34 177 32 76
Binary 10000110 10111000 10001100 11011 0 11000 11100 1111111 11010 111110

Color Harmonies of #86B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B88C

Black with #86B88C

Text Example


Text Example

White with #86B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,140); }

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

background-color css

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

 a { background-color: rgb(134,184,140); }

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

border-color css

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

 span { border-color: rgb(134,184,140); }

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