#88A496

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

Shades of Padua #88A496

Tints of Padua #88A496

Color information

#88A496 (or 0x88A496) is unknown color: approx Padua. HEX triplet: 88, A4 and 96. RGB value is (136,164,150). Sum of RGB (Red+Green+Blue) = 136+164+150=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #88A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A496 is #775B69. Grayscale: #9A9A9A. Windows color (decimal): -7822186 or 9872520. OLE color: 9872520.

HSL color Cylindrical-coordinate representation of color #88A496: hue angle of 150º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A496 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB136164150-
CMYK0.1700.090.36
HSL150º13.33%58.82%-
HSV(B)150º17.07%64.31%-
XYZ28.9333.9933.89-
YUV154.03125.72115.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=30.22%
G=36.44%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361641500.1700.090.3615013.3358.82
Hex88A49611092496d3b
Octal21024422621011442261573
Binary1000100010100100100101101000101001100100100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A496; }

 p { color: rgb(136,164,150); }

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

<style>
 a { background-color: #88A496; }

 a { background-color: rgb(136,164,150); }

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

<style>
 span { border-color: #88A496; }

 span { border-color: rgb(136,164,150); }

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