Html Css Color HEX #88A686 Pewter

📋 copy color: '#88A686'

red 136 ◦ green 166 ◦ blue 134

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

Shades of Pewter #88A686

Tints of Pewter #88A686

RGB

 RED value IS 136 (53.52% from 255) = 31.19%

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 31.19%
G = 38.07%
B = 30.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#88A686 (or 0x88A686) is known color: Pewter. HEX triplet: 88, A6 and 86. RGB value is (136,166,134). Sum of RGB (Red+Green+Blue) = 136+166+134=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #88A686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A686 is #775979. Grayscale: #999999. Windows color (decimal): -7821690 or 8824456. OLE color: 8824456.

HSL color Cylindrical-coordinate representation of color #88A686: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A686 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 166 134 -
CMYK 0.18 0 0.19 0.35
HSL 116.25º 0.15% 0.59% -
HSV(B) 116.25º 0.19% 0.65% -
XYZ 28.09 34.23 27.68 -
YUV 153.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 136 166 134 0.18 0 0.19 0.35 116.25 0.15 0.59
Hex 88 A6 86 12 0 13 23 74 F 3B
Octal 210 246 206 22 0 23 43 164 17 73
Binary 10001000 10100110 10000110 10010 0 10011 100011 1110100 1111 111011

Color Harmonies of #88A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A686

Black with #88A686

Text Example


Text Example

White with #88A686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,166,134); }

 H1.HeaderClassName
 {
   color: #88A686;
 }
 .AnyTagClassName
 {
   color: #88A686;
 }
</style>

background-color css

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

 a { background-color: rgb(136,166,134); }

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

border-color css

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

 span { border-color: rgb(136,166,134); }

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