#9B8C2A

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

Shades of Lemon Ginger #9B8C2A

Tints of Lemon Ginger #9B8C2A

Color information

#9B8C2A (or 0x9B8C2A) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8C and 2A. RGB value is (155,140,42). Sum of RGB (Red+Green+Blue) = 155+140+42=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8C2A is #6473D5. Grayscale: #858585. Windows color (decimal): -6583254 or 2788507. OLE color: 2788507.

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

Color convert

RGB15514042-
CMYK00.100.730.39
HSL52.04º57.36%38.63%-
HSV(B)52.04º72.9%60.78%-
XYZ23.3125.895.96-
YUV133.3176.47143.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=45.99%
G=41.54%
B=12.46%

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
Decimal1551404200.100.730.3952.0457.3638.63
Hex9B8C2A0A4927343927
Octal2332145201211147647147
Binary1001101110001100101010010101001001100111110100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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