Html Css Color HEX #85A391 Padua

📋 copy color: '#85A391'

red 133 ◦ green 163 ◦ blue 145

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

Shades of Padua #85A391

Tints of Padua #85A391

RGB

 RED value IS 133 (52.34% from 255) = 30.16%

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 30.16%
G = 36.96%
B = 32.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#85A391 (or 0x85A391) is known color: Padua. HEX triplet: 85, A3 and 91. RGB value is (133,163,145). Sum of RGB (Red+Green+Blue) = 133+163+145=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #85A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A391 is #7A5C6E. Grayscale: #989898. Windows color (decimal): -8019055 or 9544581. OLE color: 9544581.

HSL color Cylindrical-coordinate representation of color #85A391: hue angle of 144º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A391 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 145 -
CMYK 0.18 0 0.11 0.36
HSL 144º 0.14% 0.58% -
HSV(B) 144º 0.18% 0.64% -
XYZ 27.88 33.23 31.73 -
YUV 151.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 133 163 145 0.18 0 0.11 0.36 144 0.14 0.58
Hex 85 A3 91 12 0 B 24 90 E 3A
Octal 205 243 221 22 0 13 44 220 16 72
Binary 10000101 10100011 10010001 10010 0 1011 100100 10010000 1110 111010

Color Harmonies of #85A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A391

Black with #85A391

Text Example


Text Example

White with #85A391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,145); }

 H1.HeaderClassName
 {
   color: #85A391;
 }
 .AnyTagClassName
 {
   color: #85A391;
 }
</style>

background-color css

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

 a { background-color: rgb(133,163,145); }

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

border-color css

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

 span { border-color: rgb(133,163,145); }

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