Html Css Color HEX #86C177 De York

📋 copy color: '#86C177'

red 134 ◦ green 193 ◦ blue 119

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

Shades of De York #86C177

Tints of De York #86C177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 30.04%
G = 43.27%
B = 26.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#86C177 (or 0x86C177) is known color: De York. HEX triplet: 86, C1 and 77. RGB value is (134,193,119). Sum of RGB (Red+Green+Blue) = 134+193+119=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #86C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C177 is #793E88. Grayscale: #A7A7A7. Windows color (decimal): -7945865 or 7848326. OLE color: 7848326.

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

Color convert

RGB 134 193 119 -
CMYK 0.31 0 0.38 0.24
HSL 107.84º 0.37% 0.61% -
HSV(B) 107.84º 0.38% 0.76% -
XYZ 32.23 44.54 24.35 -
YUV 166.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 134 193 119 0.31 0 0.38 0.24 107.84 0.37 0.61
Hex 86 C1 77 1F 0 26 18 6C 25 3D
Octal 206 301 167 37 0 46 30 154 45 75
Binary 10000110 11000001 1110111 11111 0 100110 11000 1101100 100101 111101

Color Harmonies of #86C177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C177

Black with #86C177

Text Example


Text Example

White with #86C177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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