#9B882E

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

Shades of Lemon Ginger #9B882E

Tints of Lemon Ginger #9B882E

Color information

#9B882E (or 0x9B882E) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 88 and 2E. RGB value is (155,136,46). Sum of RGB (Red+Green+Blue) = 155+136+46=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B882E is #6477D1. Grayscale: #838383. Windows color (decimal): -6584274 or 3049627. OLE color: 3049627.

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

Color convert

RGB15513646-
CMYK00.120.700.39
HSL49.54º54.23%39.41%-
HSV(B)49.54º70.32%60.78%-
XYZ22.8124.776.16-
YUV131.4279.79144.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=45.99%
G=40.36%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551364600.120.700.3949.5454.2339.41
Hex9B882E0C4627323627
Octal2332105601410647626647
Binary1001101110001000101110011001000110100111110010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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