#918628

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

Shades of Lemon Ginger #918628

Tints of Lemon Ginger #918628

Color information

#918628 (or 0x918628) is unknown color: approx Lemon Ginger. HEX triplet: 91, 86 and 28. RGB value is (145,134,40). Sum of RGB (Red+Green+Blue) = 145+134+40=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #918628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918628 is #6E79D7. Grayscale: #7E7E7E. Windows color (decimal): -7240152 or 2655889. OLE color: 2655889.

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

Color convert

RGB14513440-
CMYK00.080.720.43
HSL53.71º56.76%36.27%-
HSV(B)53.71º72.41%56.86%-
XYZ20.5923.225.41-
YUV126.5779.14141.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=45.45%
G=42.01%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451344000.080.720.4353.7156.7636.27
Hex91862808482B363924
Octal2212065001011053667144
Binary1001000110000110101000010001001000101011110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918628; }

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

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

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

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

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

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

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

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