Html Css Color HEX #86A695 Padua

📋 copy color: '#86A695'

red 134 ◦ green 166 ◦ blue 149

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

Shades of Padua #86A695

Tints of Padua #86A695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.97%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 29.84%
G = 36.97%
B = 33.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#86A695 (or 0x86A695) is known color: Padua. HEX triplet: 86, A6 and 95. RGB value is (134,166,149). Sum of RGB (Red+Green+Blue) = 134+166+149=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #86A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A695 is #79596A. Grayscale: #9A9A9A. Windows color (decimal): -7952747 or 9807494. OLE color: 9807494.

HSL color Cylindrical-coordinate representation of color #86A695: hue angle of 148.12º 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 #86A695 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 149 -
CMYK 0.19 0 0.10 0.35
HSL 148.13º 0.15% 0.59% -
HSV(B) 148.13º 0.19% 0.65% -
XYZ 28.89 34.51 33.57 -
YUV 154.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 134 166 149 0.19 0 0.10 0.35 148.13 0.15 0.59
Hex 86 A6 95 13 0 A 23 94 F 3B
Octal 206 246 225 23 0 12 43 224 17 73
Binary 10000110 10100110 10010101 10011 0 1010 100011 10010100 1111 111011

Color Harmonies of #86A695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A695

Black with #86A695

Text Example


Text Example

White with #86A695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,166,149); }

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

background-color css

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

 a { background-color: rgb(134,166,149); }

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

border-color css

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

 span { border-color: rgb(134,166,149); }

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