Html Css Color HEX #86D18C De York

📋 copy color: '#86D18C'

red 134 ◦ green 209 ◦ blue 140

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

Shades of De York #86D18C

Tints of De York #86D18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.27%

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

R = 27.74%
G = 43.27%
B = 28.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#86D18C (or 0x86D18C) is known color: De York. HEX triplet: 86, D1 and 8C. RGB value is (134,209,140). Sum of RGB (Red+Green+Blue) = 134+209+140=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #86D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D18C is #792E73. Grayscale: #B2B2B2. Windows color (decimal): -7941748 or 9228678. OLE color: 9228678.

HSL color Cylindrical-coordinate representation of color #86D18C: hue angle of 124.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D18C is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 209 140 -
CMYK 0.36 0 0.33 0.18
HSL 124.8º 0.45% 0.67% -
HSV(B) 124.8º 0.36% 0.82% -
XYZ 37.37 52.56 32.99 -
YUV 178.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 134 209 140 0.36 0 0.33 0.18 124.8 0.45 0.67
Hex 86 D1 8C 24 0 21 12 7D 2D 43
Octal 206 321 214 44 0 41 22 175 55 103
Binary 10000110 11010001 10001100 100100 0 100001 10010 1111101 101101 1000011

Color Harmonies of #86D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D18C

Black with #86D18C

Text Example


Text Example

White with #86D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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