#86C482

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

Shades of De York #86C482

Tints of De York #86C482

Color information

#86C482 (or 0x86C482) is unknown color: approx De York. HEX triplet: 86, C4 and 82. RGB value is (134,196,130). Sum of RGB (Red+Green+Blue) = 134+196+130=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #86C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C482 is #793B7D. Grayscale: #AAAAAA. Windows color (decimal): -7945086 or 8569990. OLE color: 8569990.

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

Color convert

RGB134196130-
CMYK0.3200.340.23
HSL116.36º35.87%63.92%-
HSV(B)116.36º33.67%76.86%-
XYZ33.646.1628.26-
YUV169.94105.46102.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=29.13%
G=42.61%
B=28.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341961300.3200.340.23116.3635.8763.92
Hex86C4822002217742440
Octal206304202400422716444100
Binary10000110110001001000001010000001000101011111101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,196,130); }

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

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

 a { background-color: rgb(134,196,130); }

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

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

 span { border-color: rgb(134,196,130); }

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