#918A2D

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

Shades of Lemon Ginger #918A2D

Tints of Lemon Ginger #918A2D

Color information

#918A2D (or 0x918A2D) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8A and 2D. RGB value is (145,138,45). Sum of RGB (Red+Green+Blue) = 145+138+45=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A2D is #6E75D2. Grayscale: #818181. Windows color (decimal): -7239123 or 2984593. OLE color: 2984593.

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

Color convert

RGB14513845-
CMYK00.050.690.43
HSL55.8º52.63%37.25%-
HSV(B)55.8º68.97%56.86%-
XYZ21.2424.396.07-
YUV129.4980.32139.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=44.21%
G=42.07%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451384500.050.690.4355.852.6337.25
Hex918A2D05452B383525
Octal221212550510553706545
Binary100100011000101010110101011000101101011111000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,138,45); }

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

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

 a { background-color: rgb(145,138,45); }

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

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

 span { border-color: rgb(145,138,45); }

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