#918328

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

Shades of Lemon Ginger #918328

Tints of Lemon Ginger #918328

Color information

#918328 (or 0x918328) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 28. RGB value is (145,131,40). Sum of RGB (Red+Green+Blue) = 145+131+40=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #918328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918328 is #6E7CD7. Grayscale: #7D7D7D. Windows color (decimal): -7240920 or 2655121. OLE color: 2655121.

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

Color convert

RGB14513140-
CMYK00.100.720.43
HSL52º56.76%36.27%-
HSV(B)52º72.41%56.86%-
XYZ20.1822.415.27-
YUV124.8180.14142.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=45.89%
G=41.46%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451314000.100.720.435256.7636.27
Hex9183280A482B343924
Octal2212035001211053647144
Binary1001000110000011101000010101001000101011110100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918328; }

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

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

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

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

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

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

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

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