#9B832F

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

Shades of Lemon Ginger #9B832F

Tints of Lemon Ginger #9B832F

Color information

#9B832F (or 0x9B832F) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 83 and 2F. RGB value is (155,131,47). Sum of RGB (Red+Green+Blue) = 155+131+47=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B832F is #647CD0. Grayscale: #808080. Windows color (decimal): -6585553 or 3113883. OLE color: 3113883.

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

Color convert

RGB15513147-
CMYK00.150.700.39
HSL46.67º53.47%39.61%-
HSV(B)46.67º69.68%60.78%-
XYZ22.1523.416.04-
YUV128.681.95146.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=46.55%
G=39.34%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551314700.150.700.3946.6753.4739.61
Hex9B832F0F46272f3528
Octal2332035701710647576550
Binary1001101110000011101111011111000110100111101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,47); }

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

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

 a { background-color: rgb(155,131,47); }

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

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

 span { border-color: rgb(155,131,47); }

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