#928916

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

Shades of Lemon Ginger #928916

Tints of Lemon Ginger #928916

Color information

#928916 (or 0x928916) is unknown color: approx Lemon Ginger. HEX triplet: 92, 89 and 16. RGB value is (146,137,22). Sum of RGB (Red+Green+Blue) = 146+137+22=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #928916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928916 is #6D76E9. Grayscale: #7F7F7F. Windows color (decimal): -7173866 or 1477010. OLE color: 1477010.

HSL color Cylindrical-coordinate representation of color #928916: hue angle of 55.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #928916 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14613722-
CMYK00.060.850.43
HSL55.65º73.81%32.94%-
HSV(B)55.65º84.93%57.25%-
XYZ20.9424.064.3-
YUV126.5868.98141.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=47.87%
G=44.92%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461372200.060.850.4355.6573.8132.94
Hex92891606552B384a21
Octal2222112606125537011241
Binary100100101000100110110011010101011010111110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928916; }

 p { color: rgb(146,137,22); }

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

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

 a { background-color: rgb(146,137,22); }

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

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

 span { border-color: rgb(146,137,22); }

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