#938030

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

Shades of Lemon Ginger #938030

Tints of Lemon Ginger #938030

Color information

#938030 (or 0x938030) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 30. RGB value is (147,128,48). Sum of RGB (Red+Green+Blue) = 147+128+48=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #938030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938030 is #6C7FCF. Grayscale: #7C7C7C. Windows color (decimal): -7110608 or 3178643. OLE color: 3178643.

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

Color convert

RGB14712848-
CMYK00.130.670.42
HSL48.48º50.77%38.24%-
HSV(B)48.48º67.35%57.65%-
XYZ20.2921.855.95-
YUV124.5684.79144-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=45.51%
G=39.63%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471284800.130.670.4248.4850.7738.24
Hex9380300D432A303326
Octal2232006001510352606346
Binary1001001110000000110000011011000011101010110000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938030; }

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

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

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

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

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

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

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

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