#938A19

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

Shades of Lemon Ginger #938A19

Tints of Lemon Ginger #938A19

Color information

#938A19 (or 0x938A19) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8A and 19. RGB value is (147,138,25). Sum of RGB (Red+Green+Blue) = 147+138+25=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #938A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A19 is #6C75E6. Grayscale: #808080. Windows color (decimal): -7108071 or 1673875. OLE color: 1673875.

HSL color Cylindrical-coordinate representation of color #938A19: hue angle of 55.57º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #938A19 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14713825-
CMYK00.060.830.42
HSL55.57º70.93%33.73%-
HSV(B)55.57º82.99%57.65%-
XYZ21.324.454.52-
YUV127.8169.98141.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 25 (10.16% from 255) = 8.06%
R=47.42%
G=44.52%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471382500.060.830.4255.5770.9333.73
Hex938A1906532A384722
Octal2232123106123527010742
Binary100100111000101011001011010100111010101110001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,25); }

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

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

 a { background-color: rgb(147,138,25); }

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

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

 span { border-color: rgb(147,138,25); }

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