Html Css Color HEX #86D596 De York

📋 copy color: '#86D596'

red 134 ◦ green 213 ◦ blue 150

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

Shades of De York #86D596

Tints of De York #86D596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 26.96%
G = 42.86%
B = 30.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#86D596 (or 0x86D596) is known color: De York. HEX triplet: 86, D5 and 96. RGB value is (134,213,150). Sum of RGB (Red+Green+Blue) = 134+213+150=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #86D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D596 is #792A69. Grayscale: #B6B6B6. Windows color (decimal): -7940714 or 9885062. OLE color: 9885062.

HSL color Cylindrical-coordinate representation of color #86D596: hue angle of 132.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D596 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 213 150 -
CMYK 0.37 0 0.30 0.16
HSL 132.15º 0.48% 0.68% -
HSV(B) 132.15º 0.37% 0.84% -
XYZ 39.13 54.86 37.38 -
YUV 182.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 134 213 150 0.37 0 0.30 0.16 132.15 0.48 0.68
Hex 86 D5 96 25 0 1E 10 84 30 44
Octal 206 325 226 45 0 36 20 204 60 104
Binary 10000110 11010101 10010110 100101 0 11110 10000 10000100 110000 1000100

Color Harmonies of #86D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D596

Black with #86D596

Text Example


Text Example

White with #86D596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,213,150); }

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

background-color css

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

 a { background-color: rgb(134,213,150); }

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

border-color css

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

 span { border-color: rgb(134,213,150); }

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