#928D41

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

Shades of Highball #928D41

Tints of Highball #928D41

Color information

#928D41 (or 0x928D41) is unknown color: approx Highball. HEX triplet: 92, 8D and 41. RGB value is (146,141,65). Sum of RGB (Red+Green+Blue) = 146+141+65=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #928D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D41 is #6D72BE. Grayscale: #868686. Windows color (decimal): -7172799 or 4296082. OLE color: 4296082.

HSL color Cylindrical-coordinate representation of color #928D41: hue angle of 56.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #928D41 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB14614165-
CMYK00.030.550.43
HSL56.3º38.39%41.37%-
HSV(B)56.3º55.48%57.25%-
XYZ22.3325.548.75-
YUV133.8389.16136.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=41.48%
G=40.06%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461416500.030.550.4356.338.3941.37
Hex928D4103372B382629
Octal222215101036753704651
Binary10010010100011011000001011110111101011111000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,141,65); }

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

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

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

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

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

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

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