#918430

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

Shades of Lemon Ginger #918430

Tints of Lemon Ginger #918430

Color information

#918430 (or 0x918430) is unknown color: approx Lemon Ginger. HEX triplet: 91, 84 and 30. RGB value is (145,132,48). Sum of RGB (Red+Green+Blue) = 145+132+48=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918430 is #6E7BCF. Grayscale: #7E7E7E. Windows color (decimal): -7240656 or 3179665. OLE color: 3179665.

HSL color Cylindrical-coordinate representation of color #918430: hue angle of 51.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #918430 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB14513248-
CMYK00.090.670.43
HSL51.96º50.26%37.84%-
HSV(B)51.96º66.9%56.86%-
XYZ20.4622.746.11-
YUV126.3183.81141.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=44.62%
G=40.62%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451324800.090.670.4351.9650.2637.84
Hex91843009432B343226
Octal2212046001110353646246
Binary1001000110000100110000010011000011101011110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918430; }

 p { color: rgb(145,132,48); }

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

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

 a { background-color: rgb(145,132,48); }

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

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

 span { border-color: rgb(145,132,48); }

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