#918C2C

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

Shades of Lemon Ginger #918C2C

Tints of Lemon Ginger #918C2C

Color information

#918C2C (or 0x918C2C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8C and 2C. RGB value is (145,140,44). Sum of RGB (Red+Green+Blue) = 145+140+44=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #918C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C2C is #6E73D3. Grayscale: #828282. Windows color (decimal): -7238612 or 2919569. OLE color: 2919569.

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

Color convert

RGB14514044-
CMYK00.030.700.43
HSL57.03º53.44%37.06%-
HSV(B)57.03º69.66%56.86%-
XYZ21.5124.966.07-
YUV130.5579.16138.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=44.07%
G=42.55%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451404400.030.700.4357.0353.4437.06
Hex918C2C03462B393525
Octal221214540310653716545
Binary10010001100011001011000111000110101011111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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