#9C882E

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

Shades of Lemon Ginger #9C882E

Tints of Lemon Ginger #9C882E

Color information

#9C882E (or 0x9C882E) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 88 and 2E. RGB value is (156,136,46). Sum of RGB (Red+Green+Blue) = 156+136+46=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C882E is #6377D1. Grayscale: #848484. Windows color (decimal): -6518738 or 3049628. OLE color: 3049628.

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

Color convert

RGB15613646-
CMYK00.130.710.39
HSL49.09º54.46%39.61%-
HSV(B)49.09º70.51%61.18%-
XYZ23.0124.876.17-
YUV131.7279.63145.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=46.15%
G=40.24%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561364600.130.710.3949.0954.4639.61
Hex9C882E0D4727313628
Octal2342105601510747616650
Binary1001110010001000101110011011000111100111110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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