#9B8832

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

Shades of Lemon Ginger #9B8832

Tints of Lemon Ginger #9B8832

Color information

#9B8832 (or 0x9B8832) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 88 and 32. RGB value is (155,136,50). Sum of RGB (Red+Green+Blue) = 155+136+50=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8832 is #6477CD. Grayscale: #848484. Windows color (decimal): -6584270 or 3311771. OLE color: 3311771.

HSL color Cylindrical-coordinate representation of color #9B8832: hue angle of 49.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B8832 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15513650-
CMYK00.120.680.39
HSL49.14º51.22%40.2%-
HSV(B)49.14º67.74%60.78%-
XYZ22.924.816.6-
YUV131.8881.79144.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=45.45%
G=39.88%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551365000.120.680.3949.1451.2240.2
Hex9B88320C4427313328
Octal2332106201410447616350
Binary1001101110001000110010011001000100100111110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,50); }

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

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

 a { background-color: rgb(155,136,50); }

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

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

 span { border-color: rgb(155,136,50); }

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