Html Css Color HEX #86A193 Padua

📋 copy color: '#86A193'

red 134 ◦ green 161 ◦ blue 147

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

Shades of Padua #86A193

Tints of Padua #86A193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

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

R = 30.32%
G = 36.43%
B = 33.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#86A193 (or 0x86A193) is known color: Padua. HEX triplet: 86, A1 and 93. RGB value is (134,161,147). Sum of RGB (Red+Green+Blue) = 134+161+147=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 161 - color contains mainly: green. Hex color #86A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A193 is #795E6C. Grayscale: #979797. Windows color (decimal): -7954029 or 9675142. OLE color: 9675142.

HSL color Cylindrical-coordinate representation of color #86A193: hue angle of 148.89º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A193 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 147 -
CMYK 0.17 0 0.09 0.37
HSL 148.89º 0.13% 0.58% -
HSV(B) 148.89º 0.17% 0.63% -
XYZ 27.84 32.66 32.44 -
YUV 151.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 134 161 147 0.17 0 0.09 0.37 148.89 0.13 0.58
Hex 86 A1 93 11 0 9 25 95 D 3A
Octal 206 241 223 21 0 11 45 225 15 72
Binary 10000110 10100001 10010011 10001 0 1001 100101 10010101 1101 111010

Color Harmonies of #86A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A193

Black with #86A193

Text Example


Text Example

White with #86A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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