#948B2F

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

Shades of Lemon Ginger #948B2F

Tints of Lemon Ginger #948B2F

Color information

#948B2F (or 0x948B2F) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8B and 2F. RGB value is (148,139,47). Sum of RGB (Red+Green+Blue) = 148+139+47=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B2F is #6B74D0. Grayscale: #838383. Windows color (decimal): -7042257 or 3115924. OLE color: 3115924.

HSL color Cylindrical-coordinate representation of color #948B2F: hue angle of 54.65º 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 #948B2F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14813947-
CMYK00.060.680.42
HSL54.65º51.79%38.24%-
HSV(B)54.65º68.24%58.04%-
XYZ21.9624.976.35-
YUV131.280.48139.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 47 (18.75% from 255) = 14.07%
R=44.31%
G=41.62%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481394700.060.680.4254.6551.7938.24
Hex948B2F06442A373426
Octal224213570610452676446
Binary100101001000101110111101101000100101010110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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