#928926

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

Shades of Lemon Ginger #928926

Tints of Lemon Ginger #928926

Color information

#928926 (or 0x928926) is unknown color: approx Lemon Ginger. HEX triplet: 92, 89 and 26. RGB value is (146,137,38). Sum of RGB (Red+Green+Blue) = 146+137+38=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #928926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928926 is #6D76D9. Grayscale: #808080. Windows color (decimal): -7173850 or 2525586. OLE color: 2525586.

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

Color convert

RGB14613738-
CMYK00.060.740.43
HSL55º58.7%36.08%-
HSV(B)55º73.97%57.25%-
XYZ21.1524.145.38-
YUV128.476.98140.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=45.48%
G=42.68%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461373800.060.740.435558.736.08
Hex928926064A2B373b24
Octal222211460611253677344
Binary100100101000100110011001101001010101011110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928926; }

 p { color: rgb(146,137,38); }

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

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

 a { background-color: rgb(146,137,38); }

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

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

 span { border-color: rgb(146,137,38); }

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