#9B9327

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

Shades of Lemon Ginger #9B9327

Tints of Lemon Ginger #9B9327

Color information

#9B9327 (or 0x9B9327) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 93 and 27. RGB value is (155,147,39). Sum of RGB (Red+Green+Blue) = 155+147+39=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9327 is #646CD8. Grayscale: #898989. Windows color (decimal): -6581465 or 2593691. OLE color: 2593691.

HSL color Cylindrical-coordinate representation of color #9B9327: hue angle of 55.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B9327 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15514739-
CMYK00.050.750.39
HSL55.86º59.79%38.04%-
HSV(B)55.86º74.84%60.78%-
XYZ24.3227.986.04-
YUV137.0872.65140.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 39 (15.62% from 255) = 11.44%
R=45.45%
G=43.11%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551473900.050.750.3955.8659.7938.04
Hex9B9327054B27383c26
Octal233223470511347707446
Binary100110111001001110011101011001011100111111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,39); }

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

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

 a { background-color: rgb(155,147,39); }

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

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

 span { border-color: rgb(155,147,39); }

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