#918926

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

Shades of Lemon Ginger #918926

Tints of Lemon Ginger #918926

Color information

#918926 (or 0x918926) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 26. RGB value is (145,137,38). Sum of RGB (Red+Green+Blue) = 145+137+38=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #918926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918926 is #6E76D9. Grayscale: #808080. Windows color (decimal): -7239386 or 2525585. OLE color: 2525585.

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

Color convert

RGB14513738-
CMYK00.060.740.43
HSL55.51º58.47%35.88%-
HSV(B)55.51º73.79%56.86%-
XYZ20.9724.055.37-
YUV128.1177.15140.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=45.31%
G=42.81%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451373800.060.740.4355.5158.4735.88
Hex918926064A2B383a24
Octal221211460611253707244
Binary100100011000100110011001101001010101011111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918926; }

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

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

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

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

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

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

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

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