#86D58A

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

Shades of De York #86D58A

Tints of De York #86D58A

Color information

#86D58A (or 0x86D58A) is unknown color: approx De York. HEX triplet: 86, D5 and 8A. RGB value is (134,213,138). Sum of RGB (Red+Green+Blue) = 134+213+138=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #86D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D58A is #792A75. Grayscale: #B5B5B5. Windows color (decimal): -7940726 or 9098630. OLE color: 9098630.

HSL color Cylindrical-coordinate representation of color #86D58A: hue angle of 123.04º 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 #86D58A is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB134213138-
CMYK0.3700.350.16
HSL123.04º48.47%68.04%-
HSV(B)123.04º37.09%83.53%-
XYZ38.2154.4932.55-
YUV180.83103.8394.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=27.63%
G=43.92%
B=28.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131380.3700.350.16123.0448.4768.04
Hex86D58A25023107b3044
Octal206325212450432017360104
Binary10000110110101011000101010010101000111000011110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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