Html Css Color HEX #86C575 De York

📋 copy color: '#86C575'

red 134 ◦ green 197 ◦ blue 117

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

Shades of De York #86C575

Tints of De York #86C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 29.91%
G = 43.97%
B = 26.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#86C575 (or 0x86C575) is known color: De York. HEX triplet: 86, C5 and 75. RGB value is (134,197,117). Sum of RGB (Red+Green+Blue) = 134+197+117=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #86C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C575 is #793A8A. Grayscale: #A9A9A9. Windows color (decimal): -7944843 or 7718278. OLE color: 7718278.

HSL color Cylindrical-coordinate representation of color #86C575: hue angle of 107.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86C575 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 197 117 -
CMYK 0.32 0 0.41 0.23
HSL 107.25º 0.41% 0.62% -
HSV(B) 107.25º 0.41% 0.77% -
XYZ 33.01 46.29 24.02 -
YUV 169.04 98.63 103 -
System Red Green Blue C M Y K H S L
Decimal 134 197 117 0.32 0 0.41 0.23 107.25 0.41 0.62
Hex 86 C5 75 20 0 29 17 6B 29 3E
Octal 206 305 165 40 0 51 27 153 51 76
Binary 10000110 11000101 1110101 100000 0 101001 10111 1101011 101001 111110

Color Harmonies of #86C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C575

Black with #86C575

Text Example


Text Example

White with #86C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,197,117); }

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

background-color css

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

 a { background-color: rgb(134,197,117); }

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

border-color css

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

 span { border-color: rgb(134,197,117); }

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