Html Css Color HEX #85A291 Padua

📋 copy color: '#85A291'

red 133 ◦ green 162 ◦ blue 145

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

Shades of Padua #85A291

Tints of Padua #85A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

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

R = 30.23%
G = 36.82%
B = 32.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#85A291 (or 0x85A291) is known color: Padua. HEX triplet: 85, A2 and 91. RGB value is (133,162,145). Sum of RGB (Red+Green+Blue) = 133+162+145=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #85A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A291 is #7A5D6E. Grayscale: #979797. Windows color (decimal): -8019311 or 9544325. OLE color: 9544325.

HSL color Cylindrical-coordinate representation of color #85A291: hue angle of 144.83º degrees, saturation: 0.13, 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 #85A291 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 145 -
CMYK 0.18 0 0.10 0.36
HSL 144.83º 0.13% 0.58% -
HSV(B) 144.83º 0.18% 0.64% -
XYZ 27.7 32.87 31.67 -
YUV 151.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 133 162 145 0.18 0 0.10 0.36 144.83 0.13 0.58
Hex 85 A2 91 12 0 A 24 91 D 3A
Octal 205 242 221 22 0 12 44 221 15 72
Binary 10000101 10100010 10010001 10010 0 1010 100100 10010001 1101 111010

Color Harmonies of #85A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A291

Black with #85A291

Text Example


Text Example

White with #85A291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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