#938A13

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

Shades of Lemon Ginger #938A13

Tints of Lemon Ginger #938A13

Color information

#938A13 (or 0x938A13) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8A and 13. RGB value is (147,138,19). Sum of RGB (Red+Green+Blue) = 147+138+19=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #938A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A13 is #6C75EC. Grayscale: #7F7F7F. Windows color (decimal): -7108077 or 1280659. OLE color: 1280659.

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

Color convert

RGB14713819-
CMYK00.060.870.42
HSL55.78º77.11%32.55%-
HSV(B)55.78º87.07%57.65%-
XYZ21.2424.434.21-
YUV127.1266.98142.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 19 (7.81% from 255) = 6.25%
R=48.36%
G=45.39%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471381900.060.870.4255.7877.1132.55
Hex938A1306572A384d21
Octal2232122306127527011541
Binary100100111000101010011011010101111010101110001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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