#86B499

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

Shades of Padua #86B499

Tints of Padua #86B499

Color information

#86B499 (or 0x86B499) is unknown color: approx Padua. HEX triplet: 86, B4 and 99. RGB value is (134,180,153). Sum of RGB (Red+Green+Blue) = 134+180+153=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #86B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B499 is #794B66. Grayscale: #A3A3A3. Windows color (decimal): -7949159 or 10073222. OLE color: 10073222.

HSL color Cylindrical-coordinate representation of color #86B499: hue angle of 144.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B499 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB134180153-
CMYK0.2600.150.29
HSL144.78º23.47%61.57%-
HSV(B)144.78º25.56%70.59%-
XYZ31.940.0136.18-
YUV163.17122.26107.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=28.69%
G=38.54%
B=32.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801530.2600.150.29144.7823.4761.57
Hex86B4991A0F1D91173e
Octal20626423132017352212776
Binary1000011010110100100110011101001111111011001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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