#86A796

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

Shades of Padua #86A796

Tints of Padua #86A796

Color information

#86A796 (or 0x86A796) is unknown color: approx Padua. HEX triplet: 86, A7 and 96. RGB value is (134,167,150). Sum of RGB (Red+Green+Blue) = 134+167+150=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 167 - color contains mainly: green. Hex color #86A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A796 is #795869. Grayscale: #9B9B9B. Windows color (decimal): -7952490 or 9873286. OLE color: 9873286.

HSL color Cylindrical-coordinate representation of color #86A796: hue angle of 149.09º 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 #86A796 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB134167150-
CMYK0.2000.100.35
HSL149.09º15.79%59.02%-
HSV(B)149.09º19.76%65.49%-
XYZ29.1634.9134.06-
YUV155.2125.07112.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=29.71%
G=37.03%
B=33.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671500.2000.100.35149.0915.7959.02
Hex86A796140A2395103b
Octal20624722624012432252073
Binary10000110101001111001011010100010101000111001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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