#85B99B

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

Shades of Padua #85B99B

Tints of Padua #85B99B

Color information

#85B99B (or 0x85B99B) is unknown color: approx Padua. HEX triplet: 85, B9 and 9B. RGB value is (133,185,155). Sum of RGB (Red+Green+Blue) = 133+185+155=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #85B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B99B is #7A4664. Grayscale: #A6A6A6. Windows color (decimal): -8013413 or 10205573. OLE color: 10205573.

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

Color convert

RGB133185155-
CMYK0.2800.160.27
HSL145.38º27.08%62.35%-
HSV(B)145.38º28.11%72.55%-
XYZ32.9442.0537.39-
YUV166.03121.77104.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=28.12%
G=39.11%
B=32.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331851550.2800.160.27145.3827.0862.35
Hex85B99B1C0101B911b3e
Octal20527123334020332213376
Binary10000101101110011001101111100010000110111001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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