Html Css Color HEX #86C895 De York

📋 copy color: '#86C895'

red 134 ◦ green 200 ◦ blue 149

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

Shades of De York #86C895

Tints of De York #86C895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 27.74%
G = 41.41%
B = 30.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#86C895 (or 0x86C895) is known color: De York. HEX triplet: 86, C8 and 95. RGB value is (134,200,149). Sum of RGB (Red+Green+Blue) = 134+200+149=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #86C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C895 is #79376A. Grayscale: #AEAEAE. Windows color (decimal): -7944043 or 9816198. OLE color: 9816198.

HSL color Cylindrical-coordinate representation of color #86C895: hue angle of 133.64º 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 #86C895 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 149 -
CMYK 0.33 0 0.26 0.22
HSL 133.64º 0.38% 0.65% -
HSV(B) 133.64º 0.33% 0.78% -
XYZ 35.91 48.55 35.91 -
YUV 174.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 134 200 149 0.33 0 0.26 0.22 133.64 0.38 0.65
Hex 86 C8 95 21 0 1A 16 86 26 41
Octal 206 310 225 41 0 32 26 206 46 101
Binary 10000110 11001000 10010101 100001 0 11010 10110 10000110 100110 1000001

Color Harmonies of #86C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C895

Black with #86C895

Text Example


Text Example

White with #86C895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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