#9C8732

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

Shades of Lemon Ginger #9C8732

Tints of Lemon Ginger #9C8732

Color information

#9C8732 (or 0x9C8732) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 87 and 32. RGB value is (156,135,50). Sum of RGB (Red+Green+Blue) = 156+135+50=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8732 is #6378CD. Grayscale: #838383. Windows color (decimal): -6518990 or 3311516. OLE color: 3311516.

HSL color Cylindrical-coordinate representation of color #9C8732: hue angle of 48.11º 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 #9C8732 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15613550-
CMYK00.130.680.39
HSL48.11º51.46%40.39%-
HSV(B)48.11º67.95%61.18%-
XYZ22.9524.636.56-
YUV131.5981.96145.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=45.75%
G=39.59%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561355000.130.680.3948.1151.4640.39
Hex9C87320D4427303328
Octal2342076201510447606350
Binary1001110010000111110010011011000100100111110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,50); }

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

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

 a { background-color: rgb(156,135,50); }

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

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

 span { border-color: rgb(156,135,50); }

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