#9B8823

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

Shades of Lemon Ginger #9B8823

Tints of Lemon Ginger #9B8823

Color information

#9B8823 (or 0x9B8823) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 88 and 23. RGB value is (155,136,35). Sum of RGB (Red+Green+Blue) = 155+136+35=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8823 is #6477DC. Grayscale: #828282. Windows color (decimal): -6584285 or 2328731. OLE color: 2328731.

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

Color convert

RGB15513635-
CMYK00.120.770.39
HSL50.5º63.16%37.25%-
HSV(B)50.5º77.42%60.78%-
XYZ22.6324.75.16-
YUV130.1774.29145.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 35 (14.06% from 255) = 10.74%
R=47.55%
G=41.72%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551363500.120.770.3950.563.1637.25
Hex9B88230C4D27323f25
Octal2332104301411547627745
Binary1001101110001000100011011001001101100111110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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