#928828

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

Shades of Lemon Ginger #928828

Tints of Lemon Ginger #928828

Color information

#928828 (or 0x928828) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 28. RGB value is (146,136,40). Sum of RGB (Red+Green+Blue) = 146+136+40=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #928828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928828 is #6D77D7. Grayscale: #808080. Windows color (decimal): -7174104 or 2656402. OLE color: 2656402.

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

Color convert

RGB14613640-
CMYK00.070.730.43
HSL54.34º56.99%36.47%-
HSV(B)54.34º72.6%57.25%-
XYZ21.0423.875.51-
YUV128.0578.31140.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=45.34%
G=42.24%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461364000.070.730.4354.3456.9936.47
Hex92882807492B363924
Octal222210500711153667144
Binary100100101000100010100001111001001101011110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928828; }

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

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

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

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

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

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

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

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