#918C2D

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

Shades of Lemon Ginger #918C2D

Tints of Lemon Ginger #918C2D

Color information

#918C2D (or 0x918C2D) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8C and 2D. RGB value is (145,140,45). Sum of RGB (Red+Green+Blue) = 145+140+45=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #918C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C2D is #6E73D2. Grayscale: #838383. Windows color (decimal): -7238611 or 2985105. OLE color: 2985105.

HSL color Cylindrical-coordinate representation of color #918C2D: hue angle of 57º 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 #918C2D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB14514045-
CMYK00.030.690.43
HSL57º52.63%37.25%-
HSV(B)57º68.97%56.86%-
XYZ21.5324.976.17-
YUV130.6679.66138.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=43.94%
G=42.42%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451404500.030.690.435752.6337.25
Hex918C2D03452B393525
Octal221214550310553716545
Binary10010001100011001011010111000101101011111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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