#928825

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

Shades of Lemon Ginger #928825

Tints of Lemon Ginger #928825

Color information

#928825 (or 0x928825) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 25. RGB value is (146,136,37). Sum of RGB (Red+Green+Blue) = 146+136+37=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #928825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928825 is #6D77DA. Grayscale: #808080. Windows color (decimal): -7174107 or 2459794. OLE color: 2459794.

HSL color Cylindrical-coordinate representation of color #928825: hue angle of 54.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #928825 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14613637-
CMYK00.070.750.43
HSL54.5º59.56%35.88%-
HSV(B)54.5º74.66%57.25%-
XYZ20.9923.855.25-
YUV127.776.81141.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=45.77%
G=42.63%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461363700.070.750.4354.559.5635.88
Hex928825074B2B363c24
Octal222210450711353667444
Binary100100101000100010010101111001011101011110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928825; }

 p { color: rgb(146,136,37); }

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

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

 a { background-color: rgb(146,136,37); }

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

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

 span { border-color: rgb(146,136,37); }

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