Html Css Color HEX #92A992 Pewter

📋 copy color: '#92A992'

red 146 ◦ green 169 ◦ blue 146

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

Shades of Pewter #92A992

Tints of Pewter #92A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

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

R = 31.67%
G = 36.66%
B = 31.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#92A992 (or 0x92A992) is known color: Pewter. HEX triplet: 92, A9 and 92. RGB value is (146,169,146). Sum of RGB (Red+Green+Blue) = 146+169+146=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #92A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A992 is #6D566D. Grayscale: #9F9F9F. Windows color (decimal): -7165550 or 9611666. OLE color: 9611666.

HSL color Cylindrical-coordinate representation of color #92A992: hue angle of 120º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A992 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 146 -
CMYK 0.14 0 0.14 0.34
HSL 120º 0.12% 0.62% -
HSV(B) 120º 0.14% 0.66% -
XYZ 31.23 36.56 32.61 -
YUV 159.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 146 169 146 0.14 0 0.14 0.34 120 0.12 0.62
Hex 92 A9 92 E 0 E 22 78 C 3E
Octal 222 251 222 16 0 16 42 170 14 76
Binary 10010010 10101001 10010010 1110 0 1110 100010 1111000 1100 111110

Color Harmonies of #92A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A992

Black with #92A992

Text Example


Text Example

White with #92A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A992; }

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

 H1.HeaderClassName
 {
   color: #92A992;
 }
 .AnyTagClassName
 {
   color: #92A992;
 }
</style>

background-color css

<style>
 a { background-color: #92A992; }

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

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

border-color css

<style>
 span { border-color: #92A992; }

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

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