#9C8234

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

Shades of Lemon Ginger #9C8234

Tints of Lemon Ginger #9C8234

Color information

#9C8234 (or 0x9C8234) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 82 and 34. RGB value is (156,130,52). Sum of RGB (Red+Green+Blue) = 156+130+52=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8234 is #637DCB. Grayscale: #818181. Windows color (decimal): -6520268 or 3441308. OLE color: 3441308.

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

Color convert

RGB15613052-
CMYK00.170.670.39
HSL45º50%40.78%-
HSV(B)45º66.67%61.18%-
XYZ22.3123.286.57-
YUV128.8884.61147.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=46.15%
G=38.46%
B=15.38%

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
Decimal1561305200.170.670.39455040.78
Hex9C823401143272d3229
Octal2342026402110347556251
Binary10011100100000101101000100011000011100111101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,52); }

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

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

 a { background-color: rgb(156,130,52); }

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

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

 span { border-color: rgb(156,130,52); }

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