#9C9325

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

Shades of Lemon Ginger #9C9325

Tints of Lemon Ginger #9C9325

Color information

#9C9325 (or 0x9C9325) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 93 and 25. RGB value is (156,147,37). Sum of RGB (Red+Green+Blue) = 156+147+37=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9325 is #636CDA. Grayscale: #898989. Windows color (decimal): -6515931 or 2462620. OLE color: 2462620.

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

Color convert

RGB15614737-
CMYK00.060.760.39
HSL55.46º61.66%37.84%-
HSV(B)55.46º76.28%61.18%-
XYZ24.4828.075.88-
YUV137.1571.48141.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 37 (14.84% from 255) = 10.88%
R=45.88%
G=43.24%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561473700.060.760.3955.4661.6637.84
Hex9C9325064C27373e26
Octal234223450611447677646
Binary100111001001001110010101101001100100111110111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,37); }

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

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

 a { background-color: rgb(156,147,37); }

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

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

 span { border-color: rgb(156,147,37); }

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