#928B18

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

Shades of Lemon Ginger #928B18

Tints of Lemon Ginger #928B18

Color information

#928B18 (or 0x928B18) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8B and 18. RGB value is (146,139,24). Sum of RGB (Red+Green+Blue) = 146+139+24=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #928B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928B18 is #6D74E7. Grayscale: #808080. Windows color (decimal): -7173352 or 1608594. OLE color: 1608594.

HSL color Cylindrical-coordinate representation of color #928B18: hue angle of 56.56º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #928B18 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB14613924-
CMYK00.050.840.43
HSL56.56º71.76%33.33%-
HSV(B)56.56º83.56%57.25%-
XYZ21.2524.644.5-
YUV127.9869.32140.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=47.25%
G=44.98%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461392400.050.840.4356.5671.7633.33
Hex928B1805542B394821
Octal2222133005124537111041
Binary100100101000101111000010110101001010111110011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,139,24); }

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

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

 a { background-color: rgb(146,139,24); }

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

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

 span { border-color: rgb(146,139,24); }

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