Html Css Color HEX #899B8A Pewter

📋 copy color: '#899B8A'

red 137 ◦ green 155 ◦ blue 138

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

Shades of Pewter #899B8A

Tints of Pewter #899B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 31.86%
G = 36.05%
B = 32.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#899B8A (or 0x899B8A) is known color: Pewter. HEX triplet: 89, 9B and 8A. RGB value is (137,155,138). Sum of RGB (Red+Green+Blue) = 137+155+138=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8A is #766475. Grayscale: #939393. Windows color (decimal): -7758966 or 9083785. OLE color: 9083785.

HSL color Cylindrical-coordinate representation of color #899B8A: hue angle of 123.33º 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 #899B8A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 138 -
CMYK 0.12 0 0.11 0.39
HSL 123.33º 0.08% 0.57% -
HSV(B) 123.33º 0.12% 0.61% -
XYZ 26.63 30.6 28.55 -
YUV 147.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 137 155 138 0.12 0 0.11 0.39 123.33 0.08 0.57
Hex 89 9B 8A C 0 B 27 7B 8 39
Octal 211 233 212 14 0 13 47 173 10 71
Binary 10001001 10011011 10001010 1100 0 1011 100111 1111011 1000 111001

Color Harmonies of #899B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B8A

Black with #899B8A

Text Example


Text Example

White with #899B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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