#86A493

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

Shades of Padua #86A493

Tints of Padua #86A493

Color information

#86A493 (or 0x86A493) is unknown color: approx Padua. HEX triplet: 86, A4 and 93. RGB value is (134,164,147). Sum of RGB (Red+Green+Blue) = 134+164+147=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #86A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A493 is #795B6C. Grayscale: #999999. Windows color (decimal): -7953261 or 9675910. OLE color: 9675910.

HSL color Cylindrical-coordinate representation of color #86A493: hue angle of 146º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A493 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB134164147-
CMYK0.1800.100.36
HSL146º14.15%58.43%-
HSV(B)146º18.29%64.31%-
XYZ28.3733.7332.62-
YUV153.09124.56114.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=30.11%
G=36.85%
B=33.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641470.1800.100.3614614.1558.43
Hex86A493120A2492e3a
Octal20624422322012442221672
Binary1000011010100100100100111001001010100100100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,147); }

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

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

 a { background-color: rgb(134,164,147); }

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

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

 span { border-color: rgb(134,164,147); }

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