Html Css Color HEX #92AD92 Pewter

📋 copy color: '#92AD92'

red 146 ◦ green 173 ◦ blue 146

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

Shades of Pewter #92AD92

Tints of Pewter #92AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 31.4%
G = 37.2%
B = 31.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#92AD92 (or 0x92AD92) is known color: Pewter. HEX triplet: 92, AD and 92. RGB value is (146,173,146). Sum of RGB (Red+Green+Blue) = 146+173+146=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AD92 is #6D526D. Grayscale: #A1A1A1. Windows color (decimal): -7164526 or 9612690. OLE color: 9612690.

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

Color convert

RGB 146 173 146 -
CMYK 0.16 0 0.16 0.32
HSL 120º 0.14% 0.63% -
HSV(B) 120º 0.16% 0.68% -
XYZ 31.99 38.07 32.86 -
YUV 161.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 146 173 146 0.16 0 0.16 0.32 120 0.14 0.63
Hex 92 AD 92 10 0 10 20 78 E 3F
Octal 222 255 222 20 0 20 40 170 16 77
Binary 10010010 10101101 10010010 10000 0 10000 100000 1111000 1110 111111

Color Harmonies of #92AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD92

Black with #92AD92

Text Example


Text Example

White with #92AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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