#86C27B

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

Shades of De York #86C27B

Tints of De York #86C27B

Color information

#86C27B (or 0x86C27B) is unknown color: approx De York. HEX triplet: 86, C2 and 7B. RGB value is (134,194,123). Sum of RGB (Red+Green+Blue) = 134+194+123=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #86C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C27B is #793D84. Grayscale: #A8A8A8. Windows color (decimal): -7945605 or 8110726. OLE color: 8110726.

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

Color convert

RGB134194123-
CMYK0.3100.370.24
HSL110.7º36.79%62.16%-
HSV(B)110.7º36.6%76.08%-
XYZ32.745.0825.72-
YUV167.97102.62103.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=29.71%
G=43.02%
B=27.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341941230.3100.370.24110.736.7962.16
Hex86C27B1F025186f253e
Octal20630217337045301574576
Binary10000110110000101111011111110100101110001101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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