#918433

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

Shades of Lemon Ginger #918433

Tints of Lemon Ginger #918433

Color information

#918433 (or 0x918433) is unknown color: approx Lemon Ginger. HEX triplet: 91, 84 and 33. RGB value is (145,132,51). Sum of RGB (Red+Green+Blue) = 145+132+51=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918433 is #6E7BCC. Grayscale: #7E7E7E. Windows color (decimal): -7240653 or 3376273. OLE color: 3376273.

HSL color Cylindrical-coordinate representation of color #918433: hue angle of 51.7º 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 #918433 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB14513251-
CMYK00.090.650.43
HSL51.7º47.96%38.43%-
HSV(B)51.7º64.83%56.86%-
XYZ20.5322.766.44-
YUV126.6585.31141.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=44.21%
G=40.24%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451325100.090.650.4351.747.9638.43
Hex91843309412B343026
Octal2212046301110153646046
Binary1001000110000100110011010011000001101011110100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918433; }

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

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

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

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

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

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

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

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