#9c962a

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

Shades of Lemon Ginger #9C962A

Tints of Lemon Ginger #9C962A

Color information

#9C962A (or 0x9C962A) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 96 and 2A. RGB value is (156,150,42). Sum of RGB (Red+Green+Blue) = 156+150+42=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C962A is #6369D5. Grayscale: #8B8B8B. Windows color (decimal): -6515158 or 2791068. OLE color: 2791068.

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

Color convert

RGB15615042-
CMYK00.040.730.39
HSL56.84º57.58%38.82%-
HSV(B)56.84º73.08%61.18%-
XYZ25.0329.056.48-
YUV139.4872.99139.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=44.83%
G=43.10%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561504200.040.730.3956.8457.5838.82
Hex9C962A044927393a27
Octal234226520411147717247
Binary100111001001011010101001001001001100111111001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c962a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,42); }

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

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

 a { background-color: rgb(156,150,42); }

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

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

 span { border-color: rgb(156,150,42); }

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