#85B89A

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

Shades of Padua #85B89A

Tints of Padua #85B89A

Color information

#85B89A (or 0x85B89A) is unknown color: approx Padua. HEX triplet: 85, B8 and 9A. RGB value is (133,184,154). Sum of RGB (Red+Green+Blue) = 133+184+154=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #85B89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B89A is #7A4765. Grayscale: #A5A5A5. Windows color (decimal): -8013670 or 10139781. OLE color: 10139781.

HSL color Cylindrical-coordinate representation of color #85B89A: hue angle of 144.71º 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 #85B89A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB133184154-
CMYK0.2800.160.28
HSL144.71º26.42%62.16%-
HSV(B)144.71º27.72%72.16%-
XYZ32.6541.636.88-
YUV165.33121.6104.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=28.24%
G=39.07%
B=32.70%

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
Decimal1331841540.2800.160.28144.7126.4262.16
Hex85B89A1C0101C911a3e
Octal20527023234020342213276
Binary10000101101110001001101011100010000111001001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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