#918C26

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

Shades of Lemon Ginger #918C26

Tints of Lemon Ginger #918C26

Color information

#918C26 (or 0x918C26) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8C and 26. RGB value is (145,140,38). Sum of RGB (Red+Green+Blue) = 145+140+38=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C26 is #6E73D9. Grayscale: #828282. Windows color (decimal): -7238618 or 2526353. OLE color: 2526353.

HSL color Cylindrical-coordinate representation of color #918C26: hue angle of 57.2º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #918C26 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB14514038-
CMYK00.030.740.43
HSL57.2º58.47%35.88%-
HSV(B)57.2º73.79%56.86%-
XYZ21.424.925.51-
YUV129.8776.16138.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=44.89%
G=43.34%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451403800.030.740.4357.258.4735.88
Hex918C26034A2B393a24
Octal221214460311253717244
Binary10010001100011001001100111001010101011111001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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