#9b9121

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

Shades of Lemon Ginger #9B9121

Tints of Lemon Ginger #9B9121

Color information

#9B9121 (or 0x9B9121) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 91 and 21. RGB value is (155,145,33). Sum of RGB (Red+Green+Blue) = 155+145+33=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9121 is #646EDE. Grayscale: #878787. Windows color (decimal): -6581983 or 2199963. OLE color: 2199963.

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

Color convert

RGB15514533-
CMYK00.060.790.39
HSL55.08º64.89%36.86%-
HSV(B)55.08º78.71%60.78%-
XYZ23.9227.335.45-
YUV135.2270.31142.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=46.55%
G=43.54%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551453300.060.790.3955.0864.8936.86
Hex9B9121064F27374125
Octal2332214106117476710145
Binary1001101110010001100001011010011111001111101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,145,33); }

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

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

 a { background-color: rgb(155,145,33); }

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

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

 span { border-color: rgb(155,145,33); }

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