#9C9128

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

Shades of Lemon Ginger #9C9128

Tints of Lemon Ginger #9C9128

Color information

#9C9128 (or 0x9C9128) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 91 and 28. RGB value is (156,145,40). Sum of RGB (Red+Green+Blue) = 156+145+40=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9128 is #636ED7. Grayscale: #888888. Windows color (decimal): -6516440 or 2658716. OLE color: 2658716.

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

Color convert

RGB15614540-
CMYK00.070.740.39
HSL54.31º59.18%38.43%-
HSV(B)54.31º74.36%61.18%-
XYZ24.2227.476.03-
YUV136.3273.64142.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=45.75%
G=42.52%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561454000.070.740.3954.3159.1838.43
Hex9C9128074A27363b26
Octal234221500711247667346
Binary100111001001000110100001111001010100111110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,40); }

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

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

 a { background-color: rgb(156,145,40); }

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

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

 span { border-color: rgb(156,145,40); }

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