#9C8934

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

Shades of Lemon Ginger #9C8934

Tints of Lemon Ginger #9C8934

Color information

#9C8934 (or 0x9C8934) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 89 and 34. RGB value is (156,137,52). Sum of RGB (Red+Green+Blue) = 156+137+52=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8934 is #6376CB. Grayscale: #858585. Windows color (decimal): -6518476 or 3443100. OLE color: 3443100.

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

Color convert

RGB15613752-
CMYK00.120.670.39
HSL49.04º50%40.78%-
HSV(B)49.04º66.67%61.18%-
XYZ23.2825.216.89-
YUV132.9982.29144.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=45.22%
G=39.71%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561375200.120.670.3949.045040.78
Hex9C89340C4327313229
Octal2342116401410347616251
Binary1001110010001001110100011001000011100111110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,52); }

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

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

 a { background-color: rgb(156,137,52); }

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

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

 span { border-color: rgb(156,137,52); }

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