#928823

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

Shades of Lemon Ginger #928823

Tints of Lemon Ginger #928823

Color information

#928823 (or 0x928823) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 23. RGB value is (146,136,35). Sum of RGB (Red+Green+Blue) = 146+136+35=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #928823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928823 is #6D77DC. Grayscale: #7F7F7F. Windows color (decimal): -7174109 or 2328722. OLE color: 2328722.

HSL color Cylindrical-coordinate representation of color #928823: hue angle of 54.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #928823 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB14613635-
CMYK00.070.760.43
HSL54.59º61.33%35.49%-
HSV(B)54.59º76.03%57.25%-
XYZ20.9623.845.09-
YUV127.4875.81141.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 35 (14.06% from 255) = 11.04%
R=46.06%
G=42.90%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461363500.070.760.4354.5961.3335.49
Hex928823074C2B373d23
Octal222210430711453677543
Binary100100101000100010001101111001100101011110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928823; }

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

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

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

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

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

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

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

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