#9A8432

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

Shades of Lemon Ginger #9A8432

Tints of Lemon Ginger #9A8432

Color information

#9A8432 (or 0x9A8432) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 84 and 32. RGB value is (154,132,50). Sum of RGB (Red+Green+Blue) = 154+132+50=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8432 is #657BCD. Grayscale: #818181. Windows color (decimal): -6650830 or 3310746. OLE color: 3310746.

HSL color Cylindrical-coordinate representation of color #9A8432: hue angle of 47.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A8432 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15413250-
CMYK00.140.680.40
HSL47.31º50.98%40%-
HSV(B)47.31º67.53%60.39%-
XYZ22.1523.66.41-
YUV129.2383.29145.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=45.83%
G=39.29%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541325000.140.680.4047.3150.9840
Hex9A84320E44282f3328
Octal2322046201610450576350
Binary1001101010000100110010011101000100101000101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,132,50); }

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

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

 a { background-color: rgb(154,132,50); }

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

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

 span { border-color: rgb(154,132,50); }

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