Html Css Color HEX #86AD95 Padua

📋 copy color: '#86AD95'

red 134 ◦ green 173 ◦ blue 149

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

Shades of Padua #86AD95

Tints of Padua #86AD95

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 29.39%
G = 37.94%
B = 32.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#86AD95 (or 0x86AD95) is known color: Padua. HEX triplet: 86, AD and 95. RGB value is (134,173,149). Sum of RGB (Red+Green+Blue) = 134+173+149=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AD95 is #79526A. Grayscale: #9E9E9E. Windows color (decimal): -7950955 or 9809286. OLE color: 9809286.

HSL color Cylindrical-coordinate representation of color #86AD95: hue angle of 143.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AD95 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 149 -
CMYK 0.23 0 0.14 0.32
HSL 143.08º 0.19% 0.6% -
HSV(B) 143.08º 0.23% 0.68% -
XYZ 30.2 37.13 34.01 -
YUV 158.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 134 173 149 0.23 0 0.14 0.32 143.08 0.19 0.6
Hex 86 AD 95 17 0 E 20 8F 13 3C
Octal 206 255 225 27 0 16 40 217 23 74
Binary 10000110 10101101 10010101 10111 0 1110 100000 10001111 10011 111100

Color Harmonies of #86AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD95

Black with #86AD95

Text Example


Text Example

White with #86AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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