#928D28

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

Shades of Lemon Ginger #928D28

Tints of Lemon Ginger #928D28

Color information

#928D28 (or 0x928D28) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8D and 28. RGB value is (146,141,40). Sum of RGB (Red+Green+Blue) = 146+141+40=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #928D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D28 is #6D72D7. Grayscale: #838383. Windows color (decimal): -7172824 or 2657682. OLE color: 2657682.

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

Color convert

RGB14614140-
CMYK00.030.730.43
HSL57.17º56.99%36.47%-
HSV(B)57.17º72.6%57.25%-
XYZ21.7625.315.75-
YUV130.9876.66138.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 40 (16.02% from 255) = 12.23%
R=44.65%
G=43.12%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461414000.030.730.4357.1756.9936.47
Hex928D2803492B393924
Octal222215500311153717144
Binary10010010100011011010000111001001101011111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D28; }

 p { color: rgb(146,141,40); }

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

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

 a { background-color: rgb(146,141,40); }

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

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

 span { border-color: rgb(146,141,40); }

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