#938712

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

Shades of Lemon Ginger #938712

Tints of Lemon Ginger #938712

Color information

#938712 (or 0x938712) is unknown color: approx Lemon Ginger. HEX triplet: 93, 87 and 12. RGB value is (147,135,18). Sum of RGB (Red+Green+Blue) = 147+135+18=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #938712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938712 is #6C78ED. Grayscale: #7D7D7D. Windows color (decimal): -7108846 or 1214355. OLE color: 1214355.

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

Color convert

RGB14713518-
CMYK00.080.880.42
HSL54.42º78.18%32.35%-
HSV(B)54.42º87.76%57.65%-
XYZ20.8123.574.03-
YUV125.2567.48143.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 18 (7.42% from 255) = 6%
R=49%
G=45%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471351800.080.880.4254.4278.1832.35
Hex93871208582A364e20
Octal22320722010130526611640
Binary1001001110000111100100100010110001010101101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938712; }

 p { color: rgb(147,135,18); }

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

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

 a { background-color: rgb(147,135,18); }

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

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

 span { border-color: rgb(147,135,18); }

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