#9b8524

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

Shades of Lemon Ginger #9B8524

Tints of Lemon Ginger #9B8524

Color information

#9B8524 (or 0x9B8524) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 85 and 24. RGB value is (155,133,36). Sum of RGB (Red+Green+Blue) = 155+133+36=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8524 is #647ADB. Grayscale: #808080. Windows color (decimal): -6585052 or 2393499. OLE color: 2393499.

HSL color Cylindrical-coordinate representation of color #9B8524: hue angle of 48.91º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B8524 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB15513336-
CMYK00.140.770.39
HSL48.91º62.3%37.45%-
HSV(B)48.91º76.77%60.78%-
XYZ22.2223.875.11-
YUV128.5275.79146.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=47.84%
G=41.05%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551333600.140.770.3948.9162.337.45
Hex9B85240E4D27313e25
Octal2332054401611547617645
Binary1001101110000101100100011101001101100111110001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,133,36); }

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

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

 a { background-color: rgb(155,133,36); }

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

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

 span { border-color: rgb(155,133,36); }

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