#86B299

Color #86B299 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #86B299

Tints of Padua #86B299

Color information

#86B299 (or 0x86B299) is unknown color: approx Padua. HEX triplet: 86, B2 and 99. RGB value is (134,178,153). Sum of RGB (Red+Green+Blue) = 134+178+153=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #86B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B299 is #794D66. Grayscale: #A2A2A2. Windows color (decimal): -7949671 or 10072710. OLE color: 10072710.

HSL color Cylindrical-coordinate representation of color #86B299: hue angle of 145.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B299 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB134178153-
CMYK0.2500.140.30
HSL145.91º22.22%61.18%-
HSV(B)145.91º24.72%69.8%-
XYZ31.539.2136.04-
YUV161.99122.92108.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=28.82%
G=38.28%
B=32.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341781530.2500.140.30145.9122.2261.18
Hex86B299190E1E92163d
Octal20626223131016362222675
Binary1000011010110010100110011100101110111101001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,153); }

 H1.HeaderClassName
 {
   color: #86B299;
 }
 .AnyTagClassName
 {
   color: #86B299;
 }
</style>
background-color css

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

 a { background-color: rgb(134,178,153); }

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

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

 span { border-color: rgb(134,178,153); }

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