#938618

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

Shades of Lemon Ginger #938618

Tints of Lemon Ginger #938618

Color information

#938618 (or 0x938618) is unknown color: approx Lemon Ginger. HEX triplet: 93, 86 and 18. RGB value is (147,134,24). Sum of RGB (Red+Green+Blue) = 147+134+24=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #938618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938618 is #6C79E7. Grayscale: #7D7D7D. Windows color (decimal): -7109096 or 1607315. OLE color: 1607315.

HSL color Cylindrical-coordinate representation of color #938618: hue angle of 53.66º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #938618 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14713424-
CMYK00.090.840.42
HSL53.66º71.93%33.53%-
HSV(B)53.66º83.67%57.65%-
XYZ20.7223.324.27-
YUV125.3570.81143.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=48.20%
G=43.93%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471342400.090.840.4253.6671.9333.53
Hex93861809542A364822
Octal22320630011124526611042
Binary1001001110000110110000100110101001010101101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938618; }

 p { color: rgb(147,134,24); }

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

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

 a { background-color: rgb(147,134,24); }

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

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

 span { border-color: rgb(147,134,24); }

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