#938930

Color #938930 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #938930

Tints of Lemon Ginger #938930

Color information

#938930 (or 0x938930) is unknown color: approx Lemon Ginger. HEX triplet: 93, 89 and 30. RGB value is (147,137,48). Sum of RGB (Red+Green+Blue) = 147+137+48=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #938930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938930 is #6C76CF. Grayscale: #828282. Windows color (decimal): -7108304 or 3180947. OLE color: 3180947.

HSL color Cylindrical-coordinate representation of color #938930: hue angle of 53.94º degrees, saturation: 0.51, 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 #938930 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14713748-
CMYK00.070.670.42
HSL53.94º50.77%38.24%-
HSV(B)53.94º67.35%57.65%-
XYZ21.5124.316.35-
YUV129.8481.81140.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=44.28%
G=41.27%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471374800.070.670.4253.9450.7738.24
Hex93893007432A363326
Octal223211600710352666346
Binary100100111000100111000001111000011101010110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938930; }

 p { color: rgb(147,137,48); }

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

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

 a { background-color: rgb(147,137,48); }

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

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

 span { border-color: rgb(147,137,48); }

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