#85B89B

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

Shades of Padua #85B89B

Tints of Padua #85B89B

Color information

#85B89B (or 0x85B89B) is unknown color: approx Padua. HEX triplet: 85, B8 and 9B. RGB value is (133,184,155). Sum of RGB (Red+Green+Blue) = 133+184+155=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #85B89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B89B is #7A4764. Grayscale: #A5A5A5. Windows color (decimal): -8013669 or 10205317. OLE color: 10205317.

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

Color convert

RGB133184155-
CMYK0.2800.160.28
HSL145.88º26.42%62.16%-
HSV(B)145.88º27.72%72.16%-
XYZ32.7341.6337.32-
YUV165.44122.1104.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=28.18%
G=38.98%
B=32.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331841550.2800.160.28145.8826.4262.16
Hex85B89B1C0101C921a3e
Octal20527023334020342223276
Binary10000101101110001001101111100010000111001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,184,155); }

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

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

 a { background-color: rgb(133,184,155); }

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

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

 span { border-color: rgb(133,184,155); }

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