Html Css Color HEX #92AC92 Pewter

📋 copy color: '#92AC92'

red 146 ◦ green 172 ◦ blue 146

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

Shades of Pewter #92AC92

Tints of Pewter #92AC92

RGB

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

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

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

R = 31.47%
G = 37.07%
B = 31.47%

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

#92AC92 (or 0x92AC92) is known color: Pewter. HEX triplet: 92, AC and 92. RGB value is (146,172,146). Sum of RGB (Red+Green+Blue) = 146+172+146=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AC92 is #6D536D. Grayscale: #A1A1A1. Windows color (decimal): -7164782 or 9612434. OLE color: 9612434.

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

Color convert

RGB 146 172 146 -
CMYK 0.15 0 0.15 0.33
HSL 120º 0.14% 0.62% -
HSV(B) 120º 0.15% 0.67% -
XYZ 31.79 37.69 32.79 -
YUV 161.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 146 172 146 0.15 0 0.15 0.33 120 0.14 0.62
Hex 92 AC 92 F 0 F 21 78 E 3E
Octal 222 254 222 17 0 17 41 170 16 76
Binary 10010010 10101100 10010010 1111 0 1111 100001 1111000 1110 111110

Color Harmonies of #92AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AC92

Black with #92AC92

Text Example


Text Example

White with #92AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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