Html Css Color HEX #86C88D De York

📋 copy color: '#86C88D'

red 134 ◦ green 200 ◦ blue 141

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

Shades of De York #86C88D

Tints of De York #86C88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

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

R = 28.21%
G = 42.11%
B = 29.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#86C88D (or 0x86C88D) is known color: De York. HEX triplet: 86, C8 and 8D. RGB value is (134,200,141). Sum of RGB (Red+Green+Blue) = 134+200+141=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #86C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C88D is #793772. Grayscale: #ADADAD. Windows color (decimal): -7944051 or 9291910. OLE color: 9291910.

HSL color Cylindrical-coordinate representation of color #86C88D: hue angle of 126.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C88D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 141 -
CMYK 0.33 0 0.29 0.22
HSL 126.36º 0.38% 0.65% -
HSV(B) 126.36º 0.33% 0.78% -
XYZ 35.29 48.3 32.66 -
YUV 173.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 134 200 141 0.33 0 0.29 0.22 126.36 0.38 0.65
Hex 86 C8 8D 21 0 1D 16 7E 26 41
Octal 206 310 215 41 0 35 26 176 46 101
Binary 10000110 11001000 10001101 100001 0 11101 10110 1111110 100110 1000001

Color Harmonies of #86C88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C88D

Black with #86C88D

Text Example


Text Example

White with #86C88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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