#9B8A2C

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

Shades of Lemon Ginger #9B8A2C

Tints of Lemon Ginger #9B8A2C

Color information

#9B8A2C (or 0x9B8A2C) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8A and 2C. RGB value is (155,138,44). Sum of RGB (Red+Green+Blue) = 155+138+44=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A2C is #6475D3. Grayscale: #848484. Windows color (decimal): -6583764 or 2919067. OLE color: 2919067.

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

Color convert

RGB15513844-
CMYK00.110.720.39
HSL50.81º55.78%39.02%-
HSV(B)50.81º71.61%60.78%-
XYZ23.0625.336.06-
YUV132.3778.13144.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=45.99%
G=40.95%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551384400.110.720.3950.8155.7839.02
Hex9B8A2C0B4827333827
Octal2332125401311047637047
Binary1001101110001010101100010111001000100111110011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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