#918233

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

Shades of Lemon Ginger #918233

Tints of Lemon Ginger #918233

Color information

#918233 (or 0x918233) is unknown color: approx Lemon Ginger. HEX triplet: 91, 82 and 33. RGB value is (145,130,51). Sum of RGB (Red+Green+Blue) = 145+130+51=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #918233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918233 is #6E7DCC. Grayscale: #7D7D7D. Windows color (decimal): -7241165 or 3375761. OLE color: 3375761.

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

Color convert

RGB14513051-
CMYK00.100.650.43
HSL50.43º47.96%38.43%-
HSV(B)50.43º64.83%56.86%-
XYZ20.2622.226.35-
YUV125.4885.97141.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=44.48%
G=39.88%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451305100.100.650.4350.4347.9638.43
Hex9182330A412B323026
Octal2212026301210153626046
Binary1001000110000010110011010101000001101011110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918233; }

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

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

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

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

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

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

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

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