Html Css Color HEX #92AB92 Pewter

📋 copy color: '#92AB92'

red 146 ◦ green 171 ◦ blue 146

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

Shades of Pewter #92AB92

Tints of Pewter #92AB92

RGB

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

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

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

R = 31.53%
G = 36.93%
B = 31.53%

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

#92AB92 (or 0x92AB92) is known color: Pewter. HEX triplet: 92, AB and 92. RGB value is (146,171,146). Sum of RGB (Red+Green+Blue) = 146+171+146=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB92 is #6D546D. Grayscale: #A0A0A0. Windows color (decimal): -7165038 or 9612178. OLE color: 9612178.

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

Color convert

RGB 146 171 146 -
CMYK 0.15 0 0.15 0.33
HSL 120º 0.13% 0.62% -
HSV(B) 120º 0.15% 0.67% -
XYZ 31.61 37.31 32.73 -
YUV 160.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 146 171 146 0.15 0 0.15 0.33 120 0.13 0.62
Hex 92 AB 92 F 0 F 21 78 D 3E
Octal 222 253 222 17 0 17 41 170 15 76
Binary 10010010 10101011 10010010 1111 0 1111 100001 1111000 1101 111110

Color Harmonies of #92AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB92

Black with #92AB92

Text Example


Text Example

White with #92AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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