#938E31

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

Shades of Highball #938E31

Tints of Highball #938E31

Color information

#938E31 (or 0x938E31) is unknown color: approx Highball. HEX triplet: 93, 8E and 31. RGB value is (147,142,49). Sum of RGB (Red+Green+Blue) = 147+142+49=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #938E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E31 is #6C71CE. Grayscale: #858585. Windows color (decimal): -7107023 or 3247763. OLE color: 3247763.

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

Color convert

RGB14714249-
CMYK00.030.670.42
HSL56.94º50%38.43%-
HSV(B)56.94º66.67%57.65%-
XYZ22.2625.776.71-
YUV132.8980.66138.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=43.49%
G=42.01%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471424900.030.670.4256.945038.43
Hex938E3103432A393226
Octal223216610310352716246
Binary10010011100011101100010111000011101010111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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