Html Css Color HEX #929B92 Pewter

📋 copy color: '#929B92'

red 146 ◦ green 155 ◦ blue 146

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

Shades of Pewter #929B92

Tints of Pewter #929B92

RGB

 RED value IS 146 (57.42% from 255) = 32.66%

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

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 32.66%
G = 34.68%
B = 32.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#929B92 (or 0x929B92) is known color: Pewter. HEX triplet: 92, 9B and 92. RGB value is (146,155,146). Sum of RGB (Red+Green+Blue) = 146+155+146=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 155 - color contains mainly: green. Hex color #929B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B92 is #6D646D. Grayscale: #979797. Windows color (decimal): -7169134 or 9608082. OLE color: 9608082.

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

Color convert

RGB 146 155 146 -
CMYK 0.06 0 0.06 0.39
HSL 120º 0.04% 0.59% -
HSV(B) 120º 0.06% 0.61% -
XYZ 28.76 31.63 31.78 -
YUV 151.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 146 155 146 0.06 0 0.06 0.39 120 0.04 0.59
Hex 92 9B 92 6 0 6 27 78 4 3B
Octal 222 233 222 6 0 6 47 170 4 73
Binary 10010010 10011011 10010010 110 0 110 100111 1111000 100 111011

Color Harmonies of #929B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B92

Black with #929B92

Text Example


Text Example

White with #929B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929B92; }

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

 H1.HeaderClassName
 {
   color: #929B92;
 }
 .AnyTagClassName
 {
   color: #929B92;
 }
</style>

background-color css

<style>
 a { background-color: #929B92; }

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

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

border-color css

<style>
 span { border-color: #929B92; }

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

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