#86B89C

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

Shades of Padua #86B89C

Tints of Padua #86B89C

Color information

#86B89C (or 0x86B89C) is unknown color: approx Padua. HEX triplet: 86, B8 and 9C. RGB value is (134,184,156). Sum of RGB (Red+Green+Blue) = 134+184+156=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #86B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B89C is #794763. Grayscale: #A5A5A5. Windows color (decimal): -7948132 or 10270854. OLE color: 10270854.

HSL color Cylindrical-coordinate representation of color #86B89C: hue angle of 146.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B89C is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB134184156-
CMYK0.2700.150.28
HSL146.4º26.04%62.35%-
HSV(B)146.4º27.17%72.16%-
XYZ32.9741.7537.77-
YUV165.86122.44105.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=28.27%
G=38.82%
B=32.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841560.2700.150.28146.426.0462.35
Hex86B89C1B0F1C921a3e
Octal20627023433017342223276
Binary1000011010111000100111001101101111111001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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