#86C08B

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

Shades of De York #86C08B

Tints of De York #86C08B

Color information

#86C08B (or 0x86C08B) is unknown color: approx De York. HEX triplet: 86, C0 and 8B. RGB value is (134,192,139). Sum of RGB (Red+Green+Blue) = 134+192+139=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #86C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C08B is #793F74. Grayscale: #A8A8A8. Windows color (decimal): -7946101 or 9158790. OLE color: 9158790.

HSL color Cylindrical-coordinate representation of color #86C08B: hue angle of 125.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86C08B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB134192139-
CMYK0.3000.280.25
HSL125.17º31.52%63.92%-
HSV(B)125.17º30.21%75.29%-
XYZ33.3444.6331.28-
YUV168.62111.28103.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=28.82%
G=41.29%
B=29.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341921390.3000.280.25125.1731.5263.92
Hex86C08B1E01C197d2040
Octal206300213360343117540100
Binary100001101100000010001011111100111001100111111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,192,139); }

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

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

 a { background-color: rgb(134,192,139); }

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

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

 span { border-color: rgb(134,192,139); }

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