#9B912D

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

Shades of Lemon Ginger #9B912D

Tints of Lemon Ginger #9B912D

Color information

#9B912D (or 0x9B912D) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 91 and 2D. RGB value is (155,145,45). Sum of RGB (Red+Green+Blue) = 155+145+45=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B912D is #646ED2. Grayscale: #898989. Windows color (decimal): -6581971 or 2986395. OLE color: 2986395.

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

Color convert

RGB15514545-
CMYK00.060.710.39
HSL54.55º55%39.22%-
HSV(B)54.55º70.97%60.78%-
XYZ24.1227.416.5-
YUV136.5976.31141.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=44.93%
G=42.03%
B=13.04%

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
Decimal1551454500.060.710.3954.555539.22
Hex9B912D064727373727
Octal233221550610747676747
Binary100110111001000110110101101000111100111110111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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