#928026

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

Shades of Lemon Ginger #928026

Tints of Lemon Ginger #928026

Color information

#928026 (or 0x928026) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 26. RGB value is (146,128,38). Sum of RGB (Red+Green+Blue) = 146+128+38=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928026 is #6D7FD9. Grayscale: #7B7B7B. Windows color (decimal): -7176154 or 2523282. OLE color: 2523282.

HSL color Cylindrical-coordinate representation of color #928026: hue angle of 50º 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 #928026 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB14612838-
CMYK00.120.740.43
HSL50º58.7%36.08%-
HSV(B)50º73.97%57.25%-
XYZ19.9221.694.97-
YUV123.1279.96144.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=46.79%
G=41.03%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461283800.120.740.435058.736.08
Hex9280260C4A2B323b24
Octal2222004601411253627344
Binary1001001010000000100110011001001010101011110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928026; }

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

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

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

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

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

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

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

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