#918235

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

Shades of Lemon Ginger #918235

Tints of Lemon Ginger #918235

Color information

#918235 (or 0x918235) is unknown color: approx Lemon Ginger. HEX triplet: 91, 82 and 35. RGB value is (145,130,53). Sum of RGB (Red+Green+Blue) = 145+130+53=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918235 is #6E7DCA. Grayscale: #7E7E7E. Windows color (decimal): -7241163 or 3506833. OLE color: 3506833.

HSL color Cylindrical-coordinate representation of color #918235: hue angle of 50.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #918235 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14513053-
CMYK00.100.630.43
HSL50.22º46.46%38.82%-
HSV(B)50.22º63.45%56.86%-
XYZ20.322.246.59-
YUV125.7186.97141.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=44.21%
G=39.63%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451305300.100.630.4350.2246.4638.82
Hex9182350A3F2B322e27
Octal221202650127753625647
Binary100100011000001011010101010111111101011110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918235; }

 p { color: rgb(145,130,53); }

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

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

 a { background-color: rgb(145,130,53); }

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

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

 span { border-color: rgb(145,130,53); }

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