Html Css Color HEX #899A89 Pewter

📋 copy color: '#899A89'

red 137 ◦ green 154 ◦ blue 137

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

Shades of Pewter #899A89

Tints of Pewter #899A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

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

R = 32.01%
G = 35.98%
B = 32.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#899A89 (or 0x899A89) is known color: Pewter. HEX triplet: 89, 9A and 89. RGB value is (137,154,137). Sum of RGB (Red+Green+Blue) = 137+154+137=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #899A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A89 is #766576. Grayscale: #939393. Windows color (decimal): -7759223 or 9017993. OLE color: 9017993.

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

Color convert

RGB 137 154 137 -
CMYK 0.11 0 0.11 0.40
HSL 120º 0.08% 0.57% -
HSV(B) 120º 0.11% 0.6% -
XYZ 26.39 30.24 28.11 -
YUV 146.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 137 154 137 0.11 0 0.11 0.40 120 0.08 0.57
Hex 89 9A 89 B 0 B 28 78 8 39
Octal 211 232 211 13 0 13 50 170 10 71
Binary 10001001 10011010 10001001 1011 0 1011 101000 1111000 1000 111001

Color Harmonies of #899A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A89

Black with #899A89

Text Example


Text Example

White with #899A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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