#9A8236

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

Shades of Lemon Ginger #9A8236

Tints of Lemon Ginger #9A8236

Color information

#9A8236 (or 0x9A8236) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 82 and 36. RGB value is (154,130,54). Sum of RGB (Red+Green+Blue) = 154+130+54=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8236 is #657DC9. Grayscale: #808080. Windows color (decimal): -6651338 or 3572378. OLE color: 3572378.

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

Color convert

RGB15413054-
CMYK00.160.650.40
HSL45.6º48.08%40.78%-
HSV(B)45.6º64.94%60.39%-
XYZ21.9723.16.79-
YUV128.5185.95146.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=45.56%
G=38.46%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541305400.160.650.4045.648.0840.78
Hex9A823601041282e3029
Octal2322026602010150566051
Binary10011010100000101101100100001000001101000101110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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