#9A8332

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

Shades of Lemon Ginger #9A8332

Tints of Lemon Ginger #9A8332

Color information

#9A8332 (or 0x9A8332) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 83 and 32. RGB value is (154,131,50). Sum of RGB (Red+Green+Blue) = 154+131+50=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8332 is #657CCD. Grayscale: #808080. Windows color (decimal): -6651086 or 3310490. OLE color: 3310490.

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

Color convert

RGB15413150-
CMYK00.150.680.40
HSL46.73º50.98%40%-
HSV(B)46.73º67.53%60.39%-
XYZ22.0223.336.36-
YUV128.6483.62146.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=45.97%
G=39.10%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541315000.150.680.4046.7350.9840
Hex9A83320F44282f3328
Octal2322036201710450576350
Binary1001101010000011110010011111000100101000101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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