Html Css Color HEX #92AD93 Pewter

📋 copy color: '#92AD93'

red 146 ◦ green 173 ◦ blue 147

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

Shades of Pewter #92AD93

Tints of Pewter #92AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 31.33%
G = 37.12%
B = 31.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#92AD93 (or 0x92AD93) is known color: Pewter. HEX triplet: 92, AD and 93. RGB value is (146,173,147). Sum of RGB (Red+Green+Blue) = 146+173+147=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AD93 is #6D526C. Grayscale: #A2A2A2. Windows color (decimal): -7164525 or 9678226. OLE color: 9678226.

HSL color Cylindrical-coordinate representation of color #92AD93: hue angle of 122.22º 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 #92AD93 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 147 -
CMYK 0.16 0 0.15 0.32
HSL 122.22º 0.14% 0.63% -
HSV(B) 122.22º 0.16% 0.68% -
XYZ 32.06 38.1 33.27 -
YUV 161.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 146 173 147 0.16 0 0.15 0.32 122.22 0.14 0.63
Hex 92 AD 93 10 0 F 20 7A E 3F
Octal 222 255 223 20 0 17 40 172 16 77
Binary 10010010 10101101 10010011 10000 0 1111 100000 1111010 1110 111111

Color Harmonies of #92AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD93

Black with #92AD93

Text Example


Text Example

White with #92AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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