Html Css Color HEX #899B89 Pewter

📋 copy color: '#899B89'

red 137 ◦ green 155 ◦ blue 137

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

Shades of Pewter #899B89

Tints of Pewter #899B89

RGB

 RED value IS 137 (53.91% from 255) = 31.93%

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 31.93%
G = 36.13%
B = 31.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#899B89 (or 0x899B89) is known color: Pewter. HEX triplet: 89, 9B and 89. RGB value is (137,155,137). Sum of RGB (Red+Green+Blue) = 137+155+137=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #899B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B89 is #766476. Grayscale: #939393. Windows color (decimal): -7758967 or 9018249. OLE color: 9018249.

HSL color Cylindrical-coordinate representation of color #899B89: hue angle of 120º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B89 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 137 -
CMYK 0.12 0 0.12 0.39
HSL 120º 0.08% 0.57% -
HSV(B) 120º 0.12% 0.61% -
XYZ 26.55 30.57 28.17 -
YUV 147.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 137 155 137 0.12 0 0.12 0.39 120 0.08 0.57
Hex 89 9B 89 C 0 C 27 78 8 39
Octal 211 233 211 14 0 14 47 170 10 71
Binary 10001001 10011011 10001001 1100 0 1100 100111 1111000 1000 111001

Color Harmonies of #899B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B89

Black with #899B89

Text Example


Text Example

White with #899B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899B89; }

 p { color: rgb(137,155,137); }

 H1.HeaderClassName
 {
   color: #899B89;
 }
 .AnyTagClassName
 {
   color: #899B89;
 }
</style>

background-color css

<style>
 a { background-color: #899B89; }

 a { background-color: rgb(137,155,137); }

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

border-color css

<style>
 span { border-color: #899B89; }

 span { border-color: rgb(137,155,137); }

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