#889D88

Color #889D88 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #889D88

Tints of Pewter #889D88

Color information

#889D88 (or 0x889D88) is unknown color: approx Pewter. HEX triplet: 88, 9D and 88. RGB value is (136,157,136). Sum of RGB (Red+Green+Blue) = 136+157+136=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #889D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D88 is #776277. Grayscale: #949494. Windows color (decimal): -7823992 or 8953224. OLE color: 8953224.

HSL color Cylindrical-coordinate representation of color #889D88: hue angle of 120º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D88 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB136157136-
CMYK0.1300.130.38
HSL120º9.68%57.45%-
HSV(B)120º13.38%61.57%-
XYZ26.6531.1327.9-
YUV148.33121.04119.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=31.70%
G=36.60%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571360.1300.130.381209.6857.45
Hex889D88D0D2678a39
Octal21023521015015461701271
Binary10001000100111011000100011010110110011011110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889D88; }

 p { color: rgb(136,157,136); }

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

<style>
 a { background-color: #889D88; }

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

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

<style>
 span { border-color: #889D88; }

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

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