#928023

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

Shades of Lemon Ginger #928023

Tints of Lemon Ginger #928023

Color information

#928023 (or 0x928023) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 23. RGB value is (146,128,35). Sum of RGB (Red+Green+Blue) = 146+128+35=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #928023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928023 is #6D7FDC. Grayscale: #7B7B7B. Windows color (decimal): -7176157 or 2326674. OLE color: 2326674.

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

Color convert

RGB14612835-
CMYK00.120.760.43
HSL50.27º61.33%35.49%-
HSV(B)50.27º76.03%57.25%-
XYZ19.8821.674.73-
YUV122.7878.46144.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 35 (14.06% from 255) = 11.33%
R=47.25%
G=41.42%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461283500.120.760.4350.2761.3335.49
Hex9280230C4C2B323d23
Octal2222004301411453627543
Binary1001001010000000100011011001001100101011110010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928023; }

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

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

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

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

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

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

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

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