#918928

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

Shades of Lemon Ginger #918928

Tints of Lemon Ginger #918928

Color information

#918928 (or 0x918928) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 28. RGB value is (145,137,40). Sum of RGB (Red+Green+Blue) = 145+137+40=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #918928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918928 is #6E76D7. Grayscale: #808080. Windows color (decimal): -7239384 or 2656657. OLE color: 2656657.

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

Color convert

RGB14513740-
CMYK00.060.720.43
HSL55.43º56.76%36.27%-
HSV(B)55.43º72.41%56.86%-
XYZ21.0124.065.55-
YUV128.3378.15139.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=45.03%
G=42.55%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451374000.060.720.4355.4356.7636.27
Hex91892806482B373924
Octal221211500611053677144
Binary100100011000100110100001101001000101011110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918928; }

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

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

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

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

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

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

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

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