#918D26

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

Shades of Lemon Ginger #918D26

Tints of Lemon Ginger #918D26

Color information

#918D26 (or 0x918D26) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8D and 26. RGB value is (145,141,38). Sum of RGB (Red+Green+Blue) = 145+141+38=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #918D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918D26 is #6E72D9. Grayscale: #828282. Windows color (decimal): -7238362 or 2526609. OLE color: 2526609.

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

Color convert

RGB14514138-
CMYK00.030.740.43
HSL57.76º58.47%35.88%-
HSV(B)57.76º73.79%56.86%-
XYZ21.5525.215.56-
YUV130.4575.83138.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 38 (15.23% from 255) = 11.73%
R=44.75%
G=43.52%
B=11.73%

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
Decimal1451413800.030.740.4357.7658.4735.88
Hex918D26034A2B3a3a24
Octal221215460311253727244
Binary10010001100011011001100111001010101011111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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