#9A9428

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

Shades of Lemon Ginger #9A9428

Tints of Lemon Ginger #9A9428

Color information

#9A9428 (or 0x9A9428) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 94 and 28. RGB value is (154,148,40). Sum of RGB (Red+Green+Blue) = 154+148+40=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9428 is #656BD7. Grayscale: #898989. Windows color (decimal): -6646744 or 2659482. OLE color: 2659482.

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

Color convert

RGB15414840-
CMYK00.040.740.40
HSL56.84º58.76%38.04%-
HSV(B)56.84º74.03%60.39%-
XYZ24.328.26.17-
YUV137.4872.99139.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=45.03%
G=43.27%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541484000.040.740.4056.8458.7638.04
Hex9A9428044A28393b26
Octal232224500411250717346
Binary100110101001010010100001001001010101000111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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