#938C2B

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

Shades of Lemon Ginger #938C2B

Tints of Lemon Ginger #938C2B

Color information

#938C2B (or 0x938C2B) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8C and 2B. RGB value is (147,140,43). Sum of RGB (Red+Green+Blue) = 147+140+43=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #938C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C2B is #6C73D4. Grayscale: #838383. Windows color (decimal): -7107541 or 2854035. OLE color: 2854035.

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

Color convert

RGB14714043-
CMYK00.050.710.42
HSL55.96º54.74%37.25%-
HSV(B)55.96º70.75%57.65%-
XYZ21.8525.135.99-
YUV131.0378.32139.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=44.55%
G=42.42%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471404300.050.710.4255.9654.7437.25
Hex938C2B05472A383725
Octal223214530510752706745
Binary100100111000110010101101011000111101010111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,43); }

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

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

 a { background-color: rgb(147,140,43); }

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

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

 span { border-color: rgb(147,140,43); }

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