Html Css Color HEX #86C18D De York

📋 copy color: '#86C18D'

red 134 ◦ green 193 ◦ blue 141

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

Shades of De York #86C18D

Tints of De York #86C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 28.63%
G = 41.24%
B = 30.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#86C18D (or 0x86C18D) is known color: De York. HEX triplet: 86, C1 and 8D. RGB value is (134,193,141). Sum of RGB (Red+Green+Blue) = 134+193+141=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #86C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C18D is #793E72. Grayscale: #A9A9A9. Windows color (decimal): -7945843 or 9290118. OLE color: 9290118.

HSL color Cylindrical-coordinate representation of color #86C18D: hue angle of 127.12º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C18D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 141 -
CMYK 0.31 0 0.27 0.24
HSL 127.12º 0.32% 0.64% -
HSV(B) 127.12º 0.31% 0.76% -
XYZ 33.71 45.13 32.13 -
YUV 169.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 134 193 141 0.31 0 0.27 0.24 127.12 0.32 0.64
Hex 86 C1 8D 1F 0 1B 18 7F 20 40
Octal 206 301 215 37 0 33 30 177 40 100
Binary 10000110 11000001 10001101 11111 0 11011 11000 1111111 100000 1000000

Color Harmonies of #86C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C18D

Black with #86C18D

Text Example


Text Example

White with #86C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,141); }

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

background-color css

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

 a { background-color: rgb(134,193,141); }

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

border-color css

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

 span { border-color: rgb(134,193,141); }

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