Html Css Color HEX #85B89B Padua

📋 copy color: '#85B89B'

red 133 ◦ green 184 ◦ blue 155

#85B89B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #85B89B

Tints of Padua #85B89B

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 value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#85B89B (or 0x85B89B) is known color: 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

RGB 133 184 155 -
CMYK 0.28 0 0.16 0.28
HSL 145.88º 0.26% 0.62% -
HSV(B) 145.88º 0.28% 0.72% -
XYZ 32.73 41.63 37.32 -
YUV 165.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 133 184 155 0.28 0 0.16 0.28 145.88 0.26 0.62
Hex 85 B8 9B 1C 0 10 1C 92 1A 3E
Octal 205 270 233 34 0 20 34 222 32 76
Binary 10000101 10111000 10011011 11100 0 10000 11100 10010010 11010 111110

Color Harmonies of #85B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B89B

Black with #85B89B

Text Example


Text Example

White with #85B89B

Text Example


Text Example

HTML Codes & Css Web 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>