#928C2A

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

Shades of Lemon Ginger #928C2A

Tints of Lemon Ginger #928C2A

Color information

#928C2A (or 0x928C2A) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8C and 2A. RGB value is (146,140,42). Sum of RGB (Red+Green+Blue) = 146+140+42=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #928C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C2A is #6D73D5. Grayscale: #838383. Windows color (decimal): -7173078 or 2788498. OLE color: 2788498.

HSL color Cylindrical-coordinate representation of color #928C2A: hue angle of 56.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #928C2A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14614042-
CMYK00.040.710.43
HSL56.54º55.32%36.86%-
HSV(B)56.54º71.23%57.25%-
XYZ21.6525.035.88-
YUV130.6277.99138.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=44.51%
G=42.68%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461404200.040.710.4356.5455.3236.86
Hex928C2A04472B393725
Octal222214520410753716745
Binary100100101000110010101001001000111101011111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928C2A; }

 p { color: rgb(146,140,42); }

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

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

 a { background-color: rgb(146,140,42); }

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

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

 span { border-color: rgb(146,140,42); }

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