#9C9223

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

Shades of Lemon Ginger #9C9223

Tints of Lemon Ginger #9C9223

Color information

#9C9223 (or 0x9C9223) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 92 and 23. RGB value is (156,146,35). Sum of RGB (Red+Green+Blue) = 156+146+35=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9223 is #636DDC. Grayscale: #888888. Windows color (decimal): -6516189 or 2331292. OLE color: 2331292.

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

Color convert

RGB15614635-
CMYK00.060.780.39
HSL55.04º63.35%37.45%-
HSV(B)55.04º77.56%61.18%-
XYZ24.2927.755.67-
YUV136.3470.81142.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=46.29%
G=43.32%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561463500.060.780.3955.0463.3537.45
Hex9C9223064E27373f25
Octal234222430611647677745
Binary100111001001001010001101101001110100111110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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