#9C8333

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

Shades of Lemon Ginger #9C8333

Tints of Lemon Ginger #9C8333

Color information

#9C8333 (or 0x9C8333) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 83 and 33. RGB value is (156,131,51). Sum of RGB (Red+Green+Blue) = 156+131+51=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8333 is #637CCC. Grayscale: #818181. Windows color (decimal): -6520013 or 3376028. OLE color: 3376028.

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

Color convert

RGB15613151-
CMYK00.160.670.39
HSL45.71º50.72%40.59%-
HSV(B)45.71º67.31%61.18%-
XYZ22.4223.546.49-
YUV129.3583.78147-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=46.15%
G=38.76%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561315100.160.670.3945.7150.7240.59
Hex9C833301043272e3329
Octal2342036302010347566351
Binary10011100100000111100110100001000011100111101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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