#928028

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

Shades of Lemon Ginger #928028

Tints of Lemon Ginger #928028

Color information

#928028 (or 0x928028) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 28. RGB value is (146,128,40). Sum of RGB (Red+Green+Blue) = 146+128+40=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928028 is #6D7FD7. Grayscale: #7B7B7B. Windows color (decimal): -7176152 or 2654354. OLE color: 2654354.

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

Color convert

RGB14612840-
CMYK00.120.730.43
HSL49.81º56.99%36.47%-
HSV(B)49.81º72.6%57.25%-
XYZ19.9621.75.14-
YUV123.3580.96144.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=46.50%
G=40.76%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461284000.120.730.4349.8156.9936.47
Hex9280280C492B323924
Octal2222005001411153627144
Binary1001001010000000101000011001001001101011110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928028; }

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

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

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

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

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

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

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

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