Html Css Color HEX #86A593 Padua

📋 copy color: '#86A593'

red 134 ◦ green 165 ◦ blue 147

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

Shades of Padua #86A593

Tints of Padua #86A593

RGB

 RED value IS 134 (52.73% from 255) = 30.04%

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 30.04%
G = 37%
B = 32.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#86A593 (or 0x86A593) is known color: Padua. HEX triplet: 86, A5 and 93. RGB value is (134,165,147). Sum of RGB (Red+Green+Blue) = 134+165+147=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #86A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A593 is #795A6C. Grayscale: #999999. Windows color (decimal): -7953005 or 9676166. OLE color: 9676166.

HSL color Cylindrical-coordinate representation of color #86A593: hue angle of 145.16º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A593 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 147 -
CMYK 0.19 0 0.11 0.35
HSL 145.16º 0.15% 0.59% -
HSV(B) 145.16º 0.19% 0.65% -
XYZ 28.55 34.09 32.68 -
YUV 153.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 134 165 147 0.19 0 0.11 0.35 145.16 0.15 0.59
Hex 86 A5 93 13 0 B 23 91 F 3B
Octal 206 245 223 23 0 13 43 221 17 73
Binary 10000110 10100101 10010011 10011 0 1011 100011 10010001 1111 111011

Color Harmonies of #86A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A593

Black with #86A593

Text Example


Text Example

White with #86A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A593; }

 p { color: rgb(134,165,147); }

 H1.HeaderClassName
 {
   color: #86A593;
 }
 .AnyTagClassName
 {
   color: #86A593;
 }
</style>

background-color css

<style>
 a { background-color: #86A593; }

 a { background-color: rgb(134,165,147); }

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

border-color css

<style>
 span { border-color: #86A593; }

 span { border-color: rgb(134,165,147); }

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