#948129

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

Shades of Lemon Ginger #948129

Tints of Lemon Ginger #948129

Color information

#948129 (or 0x948129) is unknown color: approx Lemon Ginger. HEX triplet: 94, 81 and 29. RGB value is (148,129,41). Sum of RGB (Red+Green+Blue) = 148+129+41=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948129 is #6B7ED6. Grayscale: #7D7D7D. Windows color (decimal): -7044823 or 2720148. OLE color: 2720148.

HSL color Cylindrical-coordinate representation of color #948129: hue angle of 49.35º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #948129 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14812941-
CMYK00.130.720.42
HSL49.35º56.61%37.06%-
HSV(B)49.35º72.3%58.04%-
XYZ20.4622.165.3-
YUV124.6580.79144.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=46.54%
G=40.57%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481294100.130.720.4249.3556.6137.06
Hex9481290D482A313925
Octal2242015101511052617145
Binary1001010010000001101001011011001000101010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948129; }

 p { color: rgb(148,129,41); }

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

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

 a { background-color: rgb(148,129,41); }

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

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

 span { border-color: rgb(148,129,41); }

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