#918727

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

Shades of Lemon Ginger #918727

Tints of Lemon Ginger #918727

Color information

#918727 (or 0x918727) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 27. RGB value is (145,135,39). Sum of RGB (Red+Green+Blue) = 145+135+39=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #918727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918727 is #6E78D8. Grayscale: #7F7F7F. Windows color (decimal): -7239897 or 2590609. OLE color: 2590609.

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

Color convert

RGB14513539-
CMYK00.070.730.43
HSL54.34º57.61%36.08%-
HSV(B)54.34º73.1%56.86%-
XYZ20.7123.495.36-
YUV127.0578.31140.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=45.45%
G=42.32%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451353900.070.730.4354.3457.6136.08
Hex91872707492B363a24
Octal221207470711153667244
Binary100100011000011110011101111001001101011110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918727; }

 p { color: rgb(145,135,39); }

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

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

 a { background-color: rgb(145,135,39); }

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

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

 span { border-color: rgb(145,135,39); }

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