Html Css Color HEX #92AB94 Pewter

📋 copy color: '#92AB94'

red 146 ◦ green 171 ◦ blue 148

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

Shades of Pewter #92AB94

Tints of Pewter #92AB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 148 (58.2% from 255) = 31.83%

R = 31.4%
G = 36.77%
B = 31.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#92AB94 (or 0x92AB94) is known color: Pewter. HEX triplet: 92, AB and 94. RGB value is (146,171,148). Sum of RGB (Red+Green+Blue) = 146+171+148=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB94 is #6D546B. Grayscale: #A0A0A0. Windows color (decimal): -7165036 or 9743250. OLE color: 9743250.

HSL color Cylindrical-coordinate representation of color #92AB94: hue angle of 124.8º degrees, saturation: 0.13, 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 #92AB94 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 148 -
CMYK 0.15 0 0.13 0.33
HSL 124.8º 0.13% 0.62% -
HSV(B) 124.8º 0.15% 0.67% -
XYZ 31.76 37.37 33.56 -
YUV 160.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 146 171 148 0.15 0 0.13 0.33 124.8 0.13 0.62
Hex 92 AB 94 F 0 D 21 7D D 3E
Octal 222 253 224 17 0 15 41 175 15 76
Binary 10010010 10101011 10010100 1111 0 1101 100001 1111101 1101 111110

Color Harmonies of #92AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB94

Black with #92AB94

Text Example


Text Example

White with #92AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,171,148); }

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

background-color css

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

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

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

border-color css

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

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

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