#9C8133

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

Shades of Lemon Ginger #9C8133

Tints of Lemon Ginger #9C8133

Color information

#9C8133 (or 0x9C8133) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 81 and 33. RGB value is (156,129,51). Sum of RGB (Red+Green+Blue) = 156+129+51=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8133 is #637ECC. Grayscale: #808080. Windows color (decimal): -6520525 or 3375516. OLE color: 3375516.

HSL color Cylindrical-coordinate representation of color #9C8133: hue angle of 44.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C8133 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB15612951-
CMYK00.170.670.39
HSL44.57º50.72%40.59%-
HSV(B)44.57º67.31%61.18%-
XYZ22.1623.016.4-
YUV128.1884.45147.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=46.43%
G=38.39%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561295100.170.670.3944.5750.7240.59
Hex9C813301143272d3329
Octal2342016302110347556351
Binary10011100100000011100110100011000011100111101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,51); }

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

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

 a { background-color: rgb(156,129,51); }

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

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

 span { border-color: rgb(156,129,51); }

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