#9C8427

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

Shades of Lemon Ginger #9C8427

Tints of Lemon Ginger #9C8427

Color information

#9C8427 (or 0x9C8427) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 84 and 27. RGB value is (156,132,39). Sum of RGB (Red+Green+Blue) = 156+132+39=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8427 is #637BD8. Grayscale: #808080. Windows color (decimal): -6519769 or 2589852. OLE color: 2589852.

HSL color Cylindrical-coordinate representation of color #9C8427: hue angle of 47.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C8427 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15613239-
CMYK00.150.750.39
HSL47.69º60%38.24%-
HSV(B)47.69º75%61.18%-
XYZ22.3323.725.32-
YUV128.5777.45147.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=47.71%
G=40.37%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561323900.150.750.3947.696038.24
Hex9C84270F4B27303c26
Octal2342044701711347607446
Binary1001110010000100100111011111001011100111110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,39); }

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

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

 a { background-color: rgb(156,132,39); }

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

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

 span { border-color: rgb(156,132,39); }

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