#9B8431

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

Shades of Lemon Ginger #9B8431

Tints of Lemon Ginger #9B8431

Color information

#9B8431 (or 0x9B8431) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 84 and 31. RGB value is (155,132,49). Sum of RGB (Red+Green+Blue) = 155+132+49=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8431 is #647BCE. Grayscale: #818181. Windows color (decimal): -6585295 or 3245211. OLE color: 3245211.

HSL color Cylindrical-coordinate representation of color #9B8431: hue angle of 46.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B8431 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15513249-
CMYK00.150.680.39
HSL46.98º51.96%40%-
HSV(B)46.98º68.39%60.78%-
XYZ22.3223.696.3-
YUV129.4282.62146.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=46.13%
G=39.29%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551324900.150.680.3946.9851.9640
Hex9B84310F44272f3428
Octal2332046101710447576450
Binary1001101110000100110001011111000100100111101111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,49); }

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

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

 a { background-color: rgb(155,132,49); }

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

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

 span { border-color: rgb(155,132,49); }

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