Html Css Color HEX #92AC93 Pewter

📋 copy color: '#92AC93'

red 146 ◦ green 172 ◦ blue 147

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

Shades of Pewter #92AC93

Tints of Pewter #92AC93

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 31.4%
G = 36.99%
B = 31.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#92AC93 (or 0x92AC93) is known color: Pewter. HEX triplet: 92, AC and 93. RGB value is (146,172,147). Sum of RGB (Red+Green+Blue) = 146+172+147=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AC93 is #6D536C. Grayscale: #A1A1A1. Windows color (decimal): -7164781 or 9677970. OLE color: 9677970.

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

Color convert

RGB 146 172 147 -
CMYK 0.15 0 0.15 0.33
HSL 122.31º 0.14% 0.62% -
HSV(B) 122.31º 0.15% 0.67% -
XYZ 31.87 37.72 33.21 -
YUV 161.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 146 172 147 0.15 0 0.15 0.33 122.31 0.14 0.62
Hex 92 AC 93 F 0 F 21 7A E 3E
Octal 222 254 223 17 0 17 41 172 16 76
Binary 10010010 10101100 10010011 1111 0 1111 100001 1111010 1110 111110

Color Harmonies of #92AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AC93

Black with #92AC93

Text Example


Text Example

White with #92AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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