#9B8A2A

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

Shades of Lemon Ginger #9B8A2A

Tints of Lemon Ginger #9B8A2A

Color information

#9B8A2A (or 0x9B8A2A) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8A and 2A. RGB value is (155,138,42). Sum of RGB (Red+Green+Blue) = 155+138+42=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A2A is #6475D5. Grayscale: #848484. Windows color (decimal): -6583766 or 2787995. OLE color: 2787995.

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

Color convert

RGB15513842-
CMYK00.110.730.39
HSL50.97º57.36%38.63%-
HSV(B)50.97º72.9%60.78%-
XYZ23.0225.315.86-
YUV132.1477.13144.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=46.27%
G=41.19%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551384200.110.730.3950.9757.3638.63
Hex9B8A2A0B4927333927
Octal2332125201311147637147
Binary1001101110001010101010010111001001100111110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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