#918133

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

Shades of Lemon Ginger #918133

Tints of Lemon Ginger #918133

Color information

#918133 (or 0x918133) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 33. RGB value is (145,129,51). Sum of RGB (Red+Green+Blue) = 145+129+51=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918133 is #6E7ECC. Grayscale: #7D7D7D. Windows color (decimal): -7241421 or 3375505. OLE color: 3375505.

HSL color Cylindrical-coordinate representation of color #918133: hue angle of 49.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #918133 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB14512951-
CMYK00.110.650.43
HSL49.79º47.96%38.43%-
HSV(B)49.79º64.83%56.86%-
XYZ20.1221.966.31-
YUV124.8986.3142.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=44.62%
G=39.69%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451295100.110.650.4349.7947.9638.43
Hex9181330B412B323026
Octal2212016301310153626046
Binary1001000110000001110011010111000001101011110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918133; }

 p { color: rgb(145,129,51); }

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

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

 a { background-color: rgb(145,129,51); }

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

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

 span { border-color: rgb(145,129,51); }

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