#86CD92

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

Shades of De York #86CD92

Tints of De York #86CD92

Color information

#86CD92 (or 0x86CD92) is unknown color: approx De York. HEX triplet: 86, CD and 92. RGB value is (134,205,146). Sum of RGB (Red+Green+Blue) = 134+205+146=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CD92 is #79326D. Grayscale: #B1B1B1. Windows color (decimal): -7942766 or 9620870. OLE color: 9620870.

HSL color Cylindrical-coordinate representation of color #86CD92: hue angle of 130.14º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CD92 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB134205146-
CMYK0.3500.290.20
HSL130.14º41.52%66.47%-
HSV(B)130.14º34.63%80.39%-
XYZ36.8550.8135.06-
YUV177.04110.4897.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=27.63%
G=42.27%
B=30.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051460.3500.290.20130.1441.5266.47
Hex86CD922301D14822a42
Octal206315222430352420252102
Binary10000110110011011001001010001101110110100100000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,146); }

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

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

 a { background-color: rgb(134,205,146); }

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

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

 span { border-color: rgb(134,205,146); }

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