#86A794

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

Shades of Padua #86A794

Tints of Padua #86A794

Color information

#86A794 (or 0x86A794) is unknown color: approx Padua. HEX triplet: 86, A7 and 94. RGB value is (134,167,148). Sum of RGB (Red+Green+Blue) = 134+167+148=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #86A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A794 is #79586B. Grayscale: #9B9B9B. Windows color (decimal): -7952492 or 9742214. OLE color: 9742214.

HSL color Cylindrical-coordinate representation of color #86A794: hue angle of 145.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A794 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB134167148-
CMYK0.2000.110.35
HSL145.45º15.79%59.02%-
HSV(B)145.45º19.76%65.49%-
XYZ2934.8433.21-
YUV154.97124.07113.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=29.84%
G=37.19%
B=32.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671480.2000.110.35145.4515.7959.02
Hex86A794140B2391103b
Octal20624722424013432212073
Binary10000110101001111001010010100010111000111001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,148); }

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

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

 a { background-color: rgb(134,167,148); }

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

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

 span { border-color: rgb(134,167,148); }

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