#9C9225

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

Shades of Lemon Ginger #9C9225

Tints of Lemon Ginger #9C9225

Color information

#9C9225 (or 0x9C9225) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 92 and 25. RGB value is (156,146,37). Sum of RGB (Red+Green+Blue) = 156+146+37=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9225 is #636DDA. Grayscale: #898989. Windows color (decimal): -6516187 or 2462364. OLE color: 2462364.

HSL color Cylindrical-coordinate representation of color #9C9225: hue angle of 54.96º 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 #9C9225 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB15614637-
CMYK00.060.760.39
HSL54.96º61.66%37.84%-
HSV(B)54.96º76.28%61.18%-
XYZ24.3227.765.83-
YUV136.5671.81141.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=46.02%
G=43.07%
B=10.91%

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
Decimal1561463700.060.760.3954.9661.6637.84
Hex9C9225064C27373e26
Octal234222450611447677646
Binary100111001001001010010101101001100100111110111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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