#9B8B2A

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

Shades of Lemon Ginger #9B8B2A

Tints of Lemon Ginger #9B8B2A

Color information

#9B8B2A (or 0x9B8B2A) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8B and 2A. RGB value is (155,139,42). Sum of RGB (Red+Green+Blue) = 155+139+42=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8B2A is #6474D5. Grayscale: #858585. Windows color (decimal): -6583510 or 2788251. OLE color: 2788251.

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

Color convert

RGB15513942-
CMYK00.100.730.39
HSL51.5º57.36%38.63%-
HSV(B)51.5º72.9%60.78%-
XYZ23.1725.65.91-
YUV132.7376.8143.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=46.13%
G=41.37%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551394200.100.730.3951.557.3638.63
Hex9B8B2A0A4927343927
Octal2332135201211147647147
Binary1001101110001011101010010101001001100111110100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,42); }

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

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

 a { background-color: rgb(155,139,42); }

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

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

 span { border-color: rgb(155,139,42); }

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