#928A28

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

Shades of Lemon Ginger #928A28

Tints of Lemon Ginger #928A28

Color information

#928A28 (or 0x928A28) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8A and 28. RGB value is (146,138,40). Sum of RGB (Red+Green+Blue) = 146+138+40=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #928A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A28 is #6D75D7. Grayscale: #818181. Windows color (decimal): -7173592 or 2656914. OLE color: 2656914.

HSL color Cylindrical-coordinate representation of color #928A28: hue angle of 55.47º 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 #928A28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB14613840-
CMYK00.050.730.43
HSL55.47º56.99%36.47%-
HSV(B)55.47º72.6%57.25%-
XYZ21.3324.445.6-
YUV129.2277.65139.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=45.06%
G=42.59%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461384000.050.730.4355.4756.9936.47
Hex928A2805492B373924
Octal222212500511153677144
Binary100100101000101010100001011001001101011110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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