#928826

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

Shades of Lemon Ginger #928826

Tints of Lemon Ginger #928826

Color information

#928826 (or 0x928826) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 26. RGB value is (146,136,38). Sum of RGB (Red+Green+Blue) = 146+136+38=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #928826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928826 is #6D77D9. Grayscale: #808080. Windows color (decimal): -7174106 or 2525330. OLE color: 2525330.

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

Color convert

RGB14613638-
CMYK00.070.740.43
HSL54.44º58.7%36.08%-
HSV(B)54.44º73.97%57.25%-
XYZ21.0123.865.33-
YUV127.8277.31140.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=45.62%
G=42.5%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461363800.070.740.4354.4458.736.08
Hex928826074A2B363b24
Octal222210460711253667344
Binary100100101000100010011001111001010101011110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928826; }

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

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

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

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

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

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

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

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