#948C2F

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

Shades of Lemon Ginger #948C2F

Tints of Lemon Ginger #948C2F

Color information

#948C2F (or 0x948C2F) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8C and 2F. RGB value is (148,140,47). Sum of RGB (Red+Green+Blue) = 148+140+47=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #948C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C2F is #6B73D0. Grayscale: #848484. Windows color (decimal): -7042001 or 3116180. OLE color: 3116180.

HSL color Cylindrical-coordinate representation of color #948C2F: hue angle of 55.25º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #948C2F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14814047-
CMYK00.050.680.42
HSL55.25º51.79%38.24%-
HSV(B)55.25º68.24%58.04%-
XYZ22.125.266.4-
YUV131.7980.15139.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=44.18%
G=41.79%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481404700.050.680.4255.2551.7938.24
Hex948C2F05442A373426
Octal224214570510452676446
Binary100101001000110010111101011000100101010110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C2F; }

 p { color: rgb(148,140,47); }

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

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

 a { background-color: rgb(148,140,47); }

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

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

 span { border-color: rgb(148,140,47); }

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