#9A8430

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

Shades of Lemon Ginger #9A8430

Tints of Lemon Ginger #9A8430

Color information

#9A8430 (or 0x9A8430) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 84 and 30. RGB value is (154,132,48). Sum of RGB (Red+Green+Blue) = 154+132+48=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8430 is #657BCF. Grayscale: #818181. Windows color (decimal): -6650832 or 3179674. OLE color: 3179674.

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

Color convert

RGB15413248-
CMYK00.140.690.40
HSL47.55º52.48%39.61%-
HSV(B)47.55º68.83%60.39%-
XYZ22.1123.596.18-
YUV12982.29145.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 48 (19.14% from 255) = 14.37%
R=46.11%
G=39.52%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541324800.140.690.4047.5552.4839.61
Hex9A84300E4528303428
Octal2322046001610550606450
Binary1001101010000100110000011101000101101000110000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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