#928024

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

Shades of Lemon Ginger #928024

Tints of Lemon Ginger #928024

Color information

#928024 (or 0x928024) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 24. RGB value is (146,128,36). Sum of RGB (Red+Green+Blue) = 146+128+36=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #928024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928024 is #6D7FDB. Grayscale: #7B7B7B. Windows color (decimal): -7176156 or 2392210. OLE color: 2392210.

HSL color Cylindrical-coordinate representation of color #928024: hue angle of 50.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #928024 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14612836-
CMYK00.120.750.43
HSL50.18º60.44%35.69%-
HSV(B)50.18º75.34%57.25%-
XYZ19.8921.684.8-
YUV122.8978.96144.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 36 (14.45% from 255) = 11.61%
R=47.10%
G=41.29%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461283600.120.750.4350.1860.4435.69
Hex9280240C4B2B323c24
Octal2222004401411353627444
Binary1001001010000000100100011001001011101011110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928024; }

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

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

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

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

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

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

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

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