#9B8825

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

Shades of Lemon Ginger #9B8825

Tints of Lemon Ginger #9B8825

Color information

#9B8825 (or 0x9B8825) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 88 and 25. RGB value is (155,136,37). Sum of RGB (Red+Green+Blue) = 155+136+37=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8825 is #6477DA. Grayscale: #828282. Windows color (decimal): -6584283 or 2459803. OLE color: 2459803.

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

Color convert

RGB15513637-
CMYK00.120.760.39
HSL50.34º61.46%37.65%-
HSV(B)50.34º76.13%60.78%-
XYZ22.6624.715.33-
YUV130.3975.29145.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=47.26%
G=41.46%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551363700.120.760.3950.3461.4637.65
Hex9B88250C4C27323d26
Octal2332104501411447627546
Binary1001101110001000100101011001001100100111110010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,37); }

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

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

 a { background-color: rgb(155,136,37); }

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

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

 span { border-color: rgb(155,136,37); }

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