#9A8B2C

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

Shades of Lemon Ginger #9A8B2C

Tints of Lemon Ginger #9A8B2C

Color information

#9A8B2C (or 0x9A8B2C) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8B and 2C. RGB value is (154,139,44). Sum of RGB (Red+Green+Blue) = 154+139+44=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8B2C is #6574D3. Grayscale: #858585. Windows color (decimal): -6649044 or 2919322. OLE color: 2919322.

HSL color Cylindrical-coordinate representation of color #9A8B2C: hue angle of 51.82º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A8B2C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15413944-
CMYK00.100.710.40
HSL51.82º55.56%38.82%-
HSV(B)51.82º71.43%60.39%-
XYZ23.0125.526.1-
YUV132.6577.97143.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=45.70%
G=41.25%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541394400.100.710.4051.8255.5638.82
Hex9A8B2C0A4728343827
Octal2322135401210750647047
Binary1001101010001011101100010101000111101000110100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,44); }

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

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

 a { background-color: rgb(154,139,44); }

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

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

 span { border-color: rgb(154,139,44); }

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