#938120

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

Shades of Lemon Ginger #938120

Tints of Lemon Ginger #938120

Color information

#938120 (or 0x938120) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 20. RGB value is (147,129,32). Sum of RGB (Red+Green+Blue) = 147+129+32=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #938120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938120 is #6C7EDF. Grayscale: #7B7B7B. Windows color (decimal): -7110368 or 2130323. OLE color: 2130323.

HSL color Cylindrical-coordinate representation of color #938120: hue angle of 50.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938120 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14712932-
CMYK00.120.780.42
HSL50.61º64.25%35.1%-
HSV(B)50.61º78.23%57.65%-
XYZ20.1422.014.55-
YUV123.3276.46144.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=47.73%
G=41.88%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471293200.120.780.4250.6164.2535.1
Hex9381200C4E2A334023
Octal22320140014116526310043
Binary10010011100000011000000110010011101010101100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938120; }

 p { color: rgb(147,129,32); }

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

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

 a { background-color: rgb(147,129,32); }

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

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

 span { border-color: rgb(147,129,32); }

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