#9A8636

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

Shades of Lemon Ginger #9A8636

Tints of Lemon Ginger #9A8636

Color information

#9A8636 (or 0x9A8636) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 86 and 36. RGB value is (154,134,54). Sum of RGB (Red+Green+Blue) = 154+134+54=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8636 is #6579C9. Grayscale: #838383. Windows color (decimal): -6650314 or 3573402. OLE color: 3573402.

HSL color Cylindrical-coordinate representation of color #9A8636: hue angle of 48º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A8636 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB15413454-
CMYK00.130.650.40
HSL48º48.08%40.78%-
HSV(B)48º64.94%60.39%-
XYZ22.5224.196.97-
YUV130.8684.63144.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=45.03%
G=39.18%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541345400.130.650.404848.0840.78
Hex9A86360D4128303029
Octal2322066601510150606051
Binary1001101010000110110110011011000001101000110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,54); }

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

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

 a { background-color: rgb(154,134,54); }

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

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

 span { border-color: rgb(154,134,54); }

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