#918B2E

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

Shades of Lemon Ginger #918B2E

Tints of Lemon Ginger #918B2E

Color information

#918B2E (or 0x918B2E) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8B and 2E. RGB value is (145,139,46). Sum of RGB (Red+Green+Blue) = 145+139+46=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #918B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918B2E is #6E74D1. Grayscale: #828282. Windows color (decimal): -7238866 or 3050385. OLE color: 3050385.

HSL color Cylindrical-coordinate representation of color #918B2E: hue angle of 56.36º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #918B2E is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14513946-
CMYK00.040.680.43
HSL56.36º51.83%37.45%-
HSV(B)56.36º68.28%56.86%-
XYZ21.424.686.22-
YUV130.1980.49138.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=43.94%
G=42.12%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451394600.040.680.4356.3651.8337.45
Hex918B2E04442B383425
Octal221213560410453706445
Binary100100011000101110111001001000100101011111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918B2E; }

 p { color: rgb(145,139,46); }

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

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

 a { background-color: rgb(145,139,46); }

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

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

 span { border-color: rgb(145,139,46); }

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