#86C17B

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

Shades of De York #86C17B

Tints of De York #86C17B

Color information

#86C17B (or 0x86C17B) is unknown color: approx De York. HEX triplet: 86, C1 and 7B. RGB value is (134,193,123). Sum of RGB (Red+Green+Blue) = 134+193+123=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #86C17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C17B is #793E84. Grayscale: #A7A7A7. Windows color (decimal): -7945861 or 8110470. OLE color: 8110470.

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

Color convert

RGB134193123-
CMYK0.3100.360.24
HSL110.57º36.08%61.96%-
HSV(B)110.57º36.27%75.69%-
XYZ32.4844.6425.64-
YUV167.38102.95104.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=29.78%
G=42.89%
B=27.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341931230.3100.360.24110.5736.0861.96
Hex86C17B1F024186f243e
Octal20630117337044301574476
Binary10000110110000011111011111110100100110001101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,123); }

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

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

 a { background-color: rgb(134,193,123); }

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

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

 span { border-color: rgb(134,193,123); }

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