#938C38

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

Shades of Highball #938C38

Tints of Highball #938C38

Color information

#938C38 (or 0x938C38) is unknown color: approx Highball. HEX triplet: 93, 8C and 38. RGB value is (147,140,56). Sum of RGB (Red+Green+Blue) = 147+140+56=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #938C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C38 is #6C73C7. Grayscale: #848484. Windows color (decimal): -7107528 or 3706003. OLE color: 3706003.

HSL color Cylindrical-coordinate representation of color #938C38: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #938C38 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14714056-
CMYK00.050.620.42
HSL55.38º44.83%39.8%-
HSV(B)55.38º61.9%57.65%-
XYZ22.1225.247.45-
YUV132.5284.82138.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 56 (22.27% from 255) = 16.33%
R=42.86%
G=40.82%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471405600.050.620.4255.3844.8339.8
Hex938C38053E2A372d28
Octal22321470057652675550
Binary10010011100011001110000101111110101010110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,56); }

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

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

 a { background-color: rgb(147,140,56); }

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

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

 span { border-color: rgb(147,140,56); }

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