#9B882A

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

Shades of Lemon Ginger #9B882A

Tints of Lemon Ginger #9B882A

Color information

#9B882A (or 0x9B882A) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 88 and 2A. RGB value is (155,136,42). Sum of RGB (Red+Green+Blue) = 155+136+42=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B882A is #6477D5. Grayscale: #838383. Windows color (decimal): -6584278 or 2787483. OLE color: 2787483.

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

Color convert

RGB15513642-
CMYK00.120.730.39
HSL49.91º57.36%38.63%-
HSV(B)49.91º72.9%60.78%-
XYZ22.7424.745.77-
YUV130.9677.79145.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=46.55%
G=40.84%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551364200.120.730.3949.9157.3638.63
Hex9B882A0C4927323927
Octal2332105201411147627147
Binary1001101110001000101010011001001001100111110010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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