#9A9128

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

Shades of Lemon Ginger #9A9128

Tints of Lemon Ginger #9A9128

Color information

#9A9128 (or 0x9A9128) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 91 and 28. RGB value is (154,145,40). Sum of RGB (Red+Green+Blue) = 154+145+40=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9128 is #656ED7. Grayscale: #888888. Windows color (decimal): -6647512 or 2658714. OLE color: 2658714.

HSL color Cylindrical-coordinate representation of color #9A9128: hue angle of 55.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A9128 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15414540-
CMYK00.060.740.40
HSL55.26º58.76%38.04%-
HSV(B)55.26º74.03%60.39%-
XYZ23.8327.276.02-
YUV135.7273.98141.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=45.43%
G=42.77%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541454000.060.740.4055.2658.7638.04
Hex9A9128064A28373b26
Octal232221500611250677346
Binary100110101001000110100001101001010101000110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9128; }

 p { color: rgb(154,145,40); }

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

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

 a { background-color: rgb(154,145,40); }

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

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

 span { border-color: rgb(154,145,40); }

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