#9B922D

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

Shades of Lemon Ginger #9B922D

Tints of Lemon Ginger #9B922D

Color information

#9B922D (or 0x9B922D) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 92 and 2D. RGB value is (155,146,45). Sum of RGB (Red+Green+Blue) = 155+146+45=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B922D is #646DD2. Grayscale: #898989. Windows color (decimal): -6581715 or 2986651. OLE color: 2986651.

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

Color convert

RGB15514645-
CMYK00.060.710.39
HSL55.09º55%39.22%-
HSV(B)55.09º70.97%60.78%-
XYZ24.2727.726.55-
YUV137.1875.98140.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=44.80%
G=42.20%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551464500.060.710.3955.095539.22
Hex9B922D064727373727
Octal233222550610747676747
Binary100110111001001010110101101000111100111110111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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