#9B8930

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

Shades of Lemon Ginger #9B8930

Tints of Lemon Ginger #9B8930

Color information

#9B8930 (or 0x9B8930) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 89 and 30. RGB value is (155,137,48). Sum of RGB (Red+Green+Blue) = 155+137+48=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8930 is #6476CF. Grayscale: #848484. Windows color (decimal): -6584016 or 3180955. OLE color: 3180955.

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

Color convert

RGB15513748-
CMYK00.120.690.39
HSL49.91º52.71%39.8%-
HSV(B)49.91º69.03%60.78%-
XYZ2325.076.42-
YUV132.2480.46144.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 48 (19.14% from 255) = 14.12%
R=45.59%
G=40.29%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551374800.120.690.3949.9152.7139.8
Hex9B89300C4527323528
Octal2332116001410547626550
Binary1001101110001001110000011001000101100111110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,48); }

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

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

 a { background-color: rgb(155,137,48); }

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

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

 span { border-color: rgb(155,137,48); }

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