#85B29B

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

Shades of Padua #85B29B

Tints of Padua #85B29B

Color information

#85B29B (or 0x85B29B) is unknown color: approx Padua. HEX triplet: 85, B2 and 9B. RGB value is (133,178,155). Sum of RGB (Red+Green+Blue) = 133+178+155=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #85B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B29B is #7A4D64. Grayscale: #A1A1A1. Windows color (decimal): -8015205 or 10203781. OLE color: 10203781.

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

Color convert

RGB133178155-
CMYK0.2500.130.30
HSL149.33º22.61%60.98%-
HSV(B)149.33º25.28%69.8%-
XYZ31.5139.1936.91-
YUV161.92124.09107.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=28.54%
G=38.20%
B=33.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331781550.2500.130.30149.3322.6160.98
Hex85B29B190D1E95173d
Octal20526223331015362252775
Binary1000010110110010100110111100101101111101001010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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