#86C38C

Color #86C38C De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86C38C

Tints of De York #86C38C

Color information

#86C38C (or 0x86C38C) is unknown color: approx De York. HEX triplet: 86, C3 and 8C. RGB value is (134,195,140). Sum of RGB (Red+Green+Blue) = 134+195+140=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #86C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C38C is #793C73. Grayscale: #AAAAAA. Windows color (decimal): -7945332 or 9225094. OLE color: 9225094.

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

Color convert

RGB134195140-
CMYK0.3100.280.24
HSL125.9º33.7%64.51%-
HSV(B)125.9º31.28%76.47%-
XYZ34.0845.9931.89-
YUV170.49110.79101.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=28.57%
G=41.58%
B=29.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951400.3100.280.24125.933.764.51
Hex86C38C1F01C187e2241
Octal206303214370343017642101
Binary100001101100001110001100111110111001100011111101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,140); }

 H1.HeaderClassName
 {
   color: #86C38C;
 }
 .AnyTagClassName
 {
   color: #86C38C;
 }
</style>
background-color css

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

 a { background-color: rgb(134,195,140); }

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

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

 span { border-color: rgb(134,195,140); }

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