#928C26

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

Shades of Lemon Ginger #928C26

Tints of Lemon Ginger #928C26

Color information

#928C26 (or 0x928C26) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8C and 26. RGB value is (146,140,38). Sum of RGB (Red+Green+Blue) = 146+140+38=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #928C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C26 is #6D73D9. Grayscale: #828282. Windows color (decimal): -7173082 or 2526354. OLE color: 2526354.

HSL color Cylindrical-coordinate representation of color #928C26: hue angle of 56.67º 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 #928C26 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB14614038-
CMYK00.040.740.43
HSL56.67º58.7%36.08%-
HSV(B)56.67º73.97%57.25%-
XYZ21.5825.015.52-
YUV130.1775.99139.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 38 (15.23% from 255) = 11.73%
R=45.06%
G=43.21%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461403800.040.740.4356.6758.736.08
Hex928C26044A2B393b24
Octal222214460411253717344
Binary100100101000110010011001001001010101011111001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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