#928A11

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

Shades of Lemon Ginger #928A11

Tints of Lemon Ginger #928A11

Color information

#928A11 (or 0x928A11) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8A and 11. RGB value is (146,138,17). Sum of RGB (Red+Green+Blue) = 146+138+17=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #928A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928A11 is #6D75EE. Grayscale: #7F7F7F. Windows color (decimal): -7173615 or 1149586. OLE color: 1149586.

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

Color convert

RGB14613817-
CMYK00.050.880.43
HSL56.28º79.14%31.96%-
HSV(B)56.28º88.36%57.25%-
XYZ21.0424.334.12-
YUV126.666.15141.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 17 (7.03% from 255) = 5.65%
R=48.50%
G=45.85%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461381700.050.880.4356.2879.1431.96
Hex928A1105582B384f20
Octal2222122105130537011740
Binary100100101000101010001010110110001010111110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,17); }

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

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

 a { background-color: rgb(146,138,17); }

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

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

 span { border-color: rgb(146,138,17); }

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