#85B19A

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

Shades of Padua #85B19A

Tints of Padua #85B19A

Color information

#85B19A (or 0x85B19A) is unknown color: approx Padua. HEX triplet: 85, B1 and 9A. RGB value is (133,177,154). Sum of RGB (Red+Green+Blue) = 133+177+154=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #85B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B19A is #7A4E65. Grayscale: #A1A1A1. Windows color (decimal): -8015462 or 10137989. OLE color: 10137989.

HSL color Cylindrical-coordinate representation of color #85B19A: hue angle of 148.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B19A is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB133177154-
CMYK0.2500.130.31
HSL148.64º22%60.78%-
HSV(B)148.64º24.86%69.41%-
XYZ31.2338.7636.41-
YUV161.22123.92107.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=28.66%
G=38.15%
B=33.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331771540.2500.130.31148.642260.78
Hex85B19A190D1F95163d
Octal20526123231015372252675
Binary1000010110110001100110101100101101111111001010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,154); }

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

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

 a { background-color: rgb(133,177,154); }

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

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

 span { border-color: rgb(133,177,154); }

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