Html Css Color HEX #88A496 Padua

📋 copy color: '#88A496'

red 136 ◦ green 164 ◦ blue 150

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

Shades of Padua #88A496

Tints of Padua #88A496

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 value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#88A496 (or 0x88A496) is known color: 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

RGB 136 164 150 -
CMYK 0.17 0 0.09 0.36
HSL 150º 0.13% 0.59% -
HSV(B) 150º 0.17% 0.64% -
XYZ 28.93 33.99 33.89 -
YUV 154.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 136 164 150 0.17 0 0.09 0.36 150 0.13 0.59
Hex 88 A4 96 11 0 9 24 96 D 3B
Octal 210 244 226 21 0 11 44 226 15 73
Binary 10001000 10100100 10010110 10001 0 1001 100100 10010110 1101 111011

Color Harmonies of #88A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A496

Black with #88A496

Text Example


Text Example

White with #88A496

Text Example


Text Example

HTML Codes & Css Web 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>