#85B49C

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

Shades of Padua #85B49C

Tints of Padua #85B49C

Color information

#85B49C (or 0x85B49C) is unknown color: approx Padua. HEX triplet: 85, B4 and 9C. RGB value is (133,180,156). Sum of RGB (Red+Green+Blue) = 133+180+156=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #85B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B49C is #7A4B63. Grayscale: #A3A3A3. Windows color (decimal): -8014692 or 10269829. OLE color: 10269829.

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

Color convert

RGB133180156-
CMYK0.2600.130.29
HSL149.36º23.86%61.37%-
HSV(B)149.36º26.11%70.59%-
XYZ31.9940.0337.49-
YUV163.21123.93106.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=28.36%
G=38.38%
B=33.26%

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
Decimal1331801560.2600.130.29149.3623.8661.37
Hex85B49C1A0D1D95183d
Octal20526423432015352253075
Binary1000010110110100100111001101001101111011001010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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