#928B49

Color #928B49 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #928B49

Tints of Highball #928B49

Color information

#928B49 (or 0x928B49) is unknown color: approx Highball. HEX triplet: 92, 8B and 49. RGB value is (146,139,73). Sum of RGB (Red+Green+Blue) = 146+139+73=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #928B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B49 is #6D74B6. Grayscale: #858585. Windows color (decimal): -7173303 or 4819858. OLE color: 4819858.

HSL color Cylindrical-coordinate representation of color #928B49: hue angle of 54.25º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #928B49 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB14613973-
CMYK00.050.50.43
HSL54.25º33.33%42.94%-
HSV(B)54.25º50%57.25%-
XYZ22.2925.069.97-
YUV133.5793.82136.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=40.78%
G=38.83%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461397300.050.50.4354.2533.3342.94
Hex928B4905322B36212b
Octal222213111056253664153
Binary100100101000101110010010101110010101011110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928B49; }

 p { color: rgb(146,139,73); }

 H1.HeaderClassName
 {
   color: #928B49;
 }
 .AnyTagClassName
 {
   color: #928B49;
 }
</style>
background-color css

<style>
 a { background-color: #928B49; }

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

 div.DivClassName
 {
   background-color: #928B49;
 }
 .BgClassName
 {
   background-color: #928B49;
 }
</style>
border-color css

<style>
 span { border-color: #928B49; }

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

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