#9B8622

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

Shades of Lemon Ginger #9B8622

Tints of Lemon Ginger #9B8622

Color information

#9B8622 (or 0x9B8622) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 86 and 22. RGB value is (155,134,34). Sum of RGB (Red+Green+Blue) = 155+134+34=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8622 is #6479DD. Grayscale: #818181. Windows color (decimal): -6584798 or 2262683. OLE color: 2262683.

HSL color Cylindrical-coordinate representation of color #9B8622: hue angle of 49.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B8622 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB15513434-
CMYK00.140.780.39
HSL49.59º64.02%37.06%-
HSV(B)49.59º78.06%60.78%-
XYZ22.3324.134.99-
YUV128.8874.46146.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=47.99%
G=41.49%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551343400.140.780.3949.5964.0237.06
Hex9B86220E4E27324025
Octal23320642016116476210045
Binary10011011100001101000100111010011101001111100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,134,34); }

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

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

 a { background-color: rgb(155,134,34); }

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

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

 span { border-color: rgb(155,134,34); }

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