#928E31

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

Shades of Highball #928E31

Tints of Highball #928E31

Color information

#928E31 (or 0x928E31) is unknown color: approx Highball. HEX triplet: 92, 8E and 31. RGB value is (146,142,49). Sum of RGB (Red+Green+Blue) = 146+142+49=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #928E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928E31 is #6D71CE. Grayscale: #848484. Windows color (decimal): -7172559 or 3247762. OLE color: 3247762.

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

Color convert

RGB14614249-
CMYK00.030.660.43
HSL57.53º49.74%38.24%-
HSV(B)57.53º66.44%57.25%-
XYZ22.0825.686.7-
YUV132.5980.83137.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=43.32%
G=42.14%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461424900.030.660.4357.5349.7438.24
Hex928E3103422B3a3226
Octal222216610310253726246
Binary10010010100011101100010111000010101011111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,142,49); }

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

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

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

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

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

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

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