#9B8523

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

Shades of Lemon Ginger #9B8523

Tints of Lemon Ginger #9B8523

Color information

#9B8523 (or 0x9B8523) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 85 and 23. RGB value is (155,133,35). Sum of RGB (Red+Green+Blue) = 155+133+35=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8523 is #647ADC. Grayscale: #808080. Windows color (decimal): -6585053 or 2327963. OLE color: 2327963.

HSL color Cylindrical-coordinate representation of color #9B8523: hue angle of 49º degrees, saturation: 0.63, 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 #9B8523 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB15513335-
CMYK00.140.770.39
HSL49º63.16%37.25%-
HSV(B)49º77.42%60.78%-
XYZ22.2123.865.03-
YUV128.4175.29146.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 35 (14.06% from 255) = 10.84%
R=47.99%
G=41.18%
B=10.84%

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
Decimal1551333500.140.770.394963.1637.25
Hex9B85230E4D27313f25
Octal2332054301611547617745
Binary1001101110000101100011011101001101100111110001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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