Html Css Color HEX #86D193 De York

📋 copy color: '#86D193'

red 134 ◦ green 209 ◦ blue 147

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

Shades of De York #86D193

Tints of De York #86D193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30%

R = 27.35%
G = 42.65%
B = 30%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#86D193 (or 0x86D193) is known color: De York. HEX triplet: 86, D1 and 93. RGB value is (134,209,147). Sum of RGB (Red+Green+Blue) = 134+209+147=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #86D193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D193 is #792E6C. Grayscale: #B3B3B3. Windows color (decimal): -7941741 or 9687430. OLE color: 9687430.

HSL color Cylindrical-coordinate representation of color #86D193: hue angle of 130.4º 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 #86D193 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 209 147 -
CMYK 0.36 0 0.30 0.18
HSL 130.4º 0.45% 0.67% -
HSV(B) 130.4º 0.36% 0.82% -
XYZ 37.9 52.78 35.79 -
YUV 179.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 134 209 147 0.36 0 0.30 0.18 130.4 0.45 0.67
Hex 86 D1 93 24 0 1E 12 82 2D 43
Octal 206 321 223 44 0 36 22 202 55 103
Binary 10000110 11010001 10010011 100100 0 11110 10010 10000010 101101 1000011

Color Harmonies of #86D193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D193

Black with #86D193

Text Example


Text Example

White with #86D193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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