#9C9024

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

Shades of Lemon Ginger #9C9024

Tints of Lemon Ginger #9C9024

Color information

#9C9024 (or 0x9C9024) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 90 and 24. RGB value is (156,144,36). Sum of RGB (Red+Green+Blue) = 156+144+36=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9024 is #636FDB. Grayscale: #878787. Windows color (decimal): -6516700 or 2396316. OLE color: 2396316.

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

Color convert

RGB15614436-
CMYK00.080.770.39
HSL54º62.5%37.65%-
HSV(B)54º76.92%61.18%-
XYZ2427.145.64-
YUV135.2871.98142.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=46.43%
G=42.86%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561443600.080.770.395462.537.65
Hex9C9024084D27363e26
Octal2342204401011547667646
Binary1001110010010000100100010001001101100111110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,36); }

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

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

 a { background-color: rgb(156,144,36); }

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

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

 span { border-color: rgb(156,144,36); }

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