#86B49C

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

Shades of Padua #86B49C

Tints of Padua #86B49C

Color information

#86B49C (or 0x86B49C) is unknown color: approx Padua. HEX triplet: 86, B4 and 9C. RGB value is (134,180,156). Sum of RGB (Red+Green+Blue) = 134+180+156=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #86B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B49C is #794B63. Grayscale: #A3A3A3. Windows color (decimal): -7949156 or 10269830. OLE color: 10269830.

HSL color Cylindrical-coordinate representation of color #86B49C: hue angle of 148.7º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B49C is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB134180156-
CMYK0.2600.130.29
HSL148.7º23.47%61.57%-
HSV(B)148.7º25.56%70.59%-
XYZ32.1540.1137.5-
YUV163.51123.76106.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=28.51%
G=38.30%
B=33.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801560.2600.130.29148.723.4761.57
Hex86B49C1A0D1D95173e
Octal20626423432015352252776
Binary1000011010110100100111001101001101111011001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,156); }

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

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

 a { background-color: rgb(134,180,156); }

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

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

 span { border-color: rgb(134,180,156); }

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