Html Css Color HEX #86D893 De York

📋 copy color: '#86D893'

red 134 ◦ green 216 ◦ blue 147

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

Shades of De York #86D893

Tints of De York #86D893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.46%

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

R = 26.96%
G = 43.46%
B = 29.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#86D893 (or 0x86D893) is known color: De York. HEX triplet: 86, D8 and 93. RGB value is (134,216,147). Sum of RGB (Red+Green+Blue) = 134+216+147=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #86D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D893 is #79276C. Grayscale: #B7B7B7. Windows color (decimal): -7939949 or 9689222. OLE color: 9689222.

HSL color Cylindrical-coordinate representation of color #86D893: hue angle of 129.51º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D893 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 147 -
CMYK 0.38 0 0.32 0.15
HSL 129.51º 0.51% 0.69% -
HSV(B) 129.51º 0.38% 0.85% -
XYZ 39.65 56.29 36.38 -
YUV 183.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 134 216 147 0.38 0 0.32 0.15 129.51 0.51 0.69
Hex 86 D8 93 26 0 20 F 82 33 45
Octal 206 330 223 46 0 40 17 202 63 105
Binary 10000110 11011000 10010011 100110 0 100000 1111 10000010 110011 1000101

Color Harmonies of #86D893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D893

Black with #86D893

Text Example


Text Example

White with #86D893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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