Html Css Color HEX #86C894 De York

📋 copy color: '#86C894'

red 134 ◦ green 200 ◦ blue 148

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

Shades of De York #86C894

Tints of De York #86C894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 27.8%
G = 41.49%
B = 30.71%

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

#86C894 (or 0x86C894) is known color: De York. HEX triplet: 86, C8 and 94. RGB value is (134,200,148). Sum of RGB (Red+Green+Blue) = 134+200+148=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #86C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C894 is #79376B. Grayscale: #AEAEAE. Windows color (decimal): -7944044 or 9750662. OLE color: 9750662.

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

Color convert

RGB 134 200 148 -
CMYK 0.33 0 0.26 0.22
HSL 132.73º 0.38% 0.65% -
HSV(B) 132.73º 0.33% 0.78% -
XYZ 35.83 48.52 35.49 -
YUV 174.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 134 200 148 0.33 0 0.26 0.22 132.73 0.38 0.65
Hex 86 C8 94 21 0 1A 16 85 26 41
Octal 206 310 224 41 0 32 26 205 46 101
Binary 10000110 11001000 10010100 100001 0 11010 10110 10000101 100110 1000001

Color Harmonies of #86C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C894

Black with #86C894

Text Example


Text Example

White with #86C894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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