#9B9222

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

Shades of Lemon Ginger #9B9222

Tints of Lemon Ginger #9B9222

Color information

#9B9222 (or 0x9B9222) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 92 and 22. RGB value is (155,146,34). Sum of RGB (Red+Green+Blue) = 155+146+34=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9222 is #646DDD. Grayscale: #888888. Windows color (decimal): -6581726 or 2265755. OLE color: 2265755.

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

Color convert

RGB15514634-
CMYK00.060.780.39
HSL55.54º64.02%37.06%-
HSV(B)55.54º78.06%60.78%-
XYZ24.0927.645.58-
YUV135.9270.48141.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=46.27%
G=43.58%
B=10.15%

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
Decimal1551463400.060.780.3955.5464.0237.06
Hex9B9222064E27384025
Octal2332224206116477010045
Binary1001101110010010100010011010011101001111110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,34); }

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

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

 a { background-color: rgb(155,146,34); }

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

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

 span { border-color: rgb(155,146,34); }

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