Html Css Color HEX #899A88 Pewter

📋 copy color: '#899A88'

red 137 ◦ green 154 ◦ blue 136

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

Shades of Pewter #899A88

Tints of Pewter #899A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 32.08%
G = 36.07%
B = 31.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#899A88 (or 0x899A88) is known color: Pewter. HEX triplet: 89, 9A and 88. RGB value is (137,154,136). Sum of RGB (Red+Green+Blue) = 137+154+136=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #899A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A88 is #766577. Grayscale: #929292. Windows color (decimal): -7759224 or 8952457. OLE color: 8952457.

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

Color convert

RGB 137 154 136 -
CMYK 0.11 0 0.12 0.40
HSL 116.67º 0.08% 0.57% -
HSV(B) 116.67º 0.12% 0.6% -
XYZ 26.32 30.21 27.74 -
YUV 146.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 137 154 136 0.11 0 0.12 0.40 116.67 0.08 0.57
Hex 89 9A 88 B 0 C 28 75 8 39
Octal 211 232 210 13 0 14 50 165 10 71
Binary 10001001 10011010 10001000 1011 0 1100 101000 1110101 1000 111001

Color Harmonies of #899A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A88

Black with #899A88

Text Example


Text Example

White with #899A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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