#918234

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

Shades of Lemon Ginger #918234

Tints of Lemon Ginger #918234

Color information

#918234 (or 0x918234) is unknown color: approx Lemon Ginger. HEX triplet: 91, 82 and 34. RGB value is (145,130,52). Sum of RGB (Red+Green+Blue) = 145+130+52=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918234 is #6E7DCB. Grayscale: #7D7D7D. Windows color (decimal): -7241164 or 3441297. OLE color: 3441297.

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

Color convert

RGB14513052-
CMYK00.100.640.43
HSL50.32º47.21%38.63%-
HSV(B)50.32º64.14%56.86%-
XYZ20.2822.236.47-
YUV125.5986.47141.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=44.34%
G=39.76%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451305200.100.640.4350.3247.2138.63
Hex9182340A402B322f27
Octal2212026401210053625747
Binary1001000110000010110100010101000000101011110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918234; }

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

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

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

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

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

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

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

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