#978031

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

Shades of Lemon Ginger #978031

Tints of Lemon Ginger #978031

Color information

#978031 (or 0x978031) is unknown color: approx Lemon Ginger. HEX triplet: 97, 80 and 31. RGB value is (151,128,49). Sum of RGB (Red+Green+Blue) = 151+128+49=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #978031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978031 is #687FCE. Grayscale: #7E7E7E. Windows color (decimal): -6848463 or 3244183. OLE color: 3244183.

HSL color Cylindrical-coordinate representation of color #978031: hue angle of 46.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978031 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15112849-
CMYK00.150.680.41
HSL46.47º51%39.22%-
HSV(B)46.47º67.55%59.22%-
XYZ21.0422.246.09-
YUV125.8784.62145.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=46.04%
G=39.02%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511284900.150.680.4146.475139.22
Hex9780310F44292e3327
Octal2272006101710451566347
Binary1001011110000000110001011111000100101001101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978031; }

 p { color: rgb(151,128,49); }

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

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

 a { background-color: rgb(151,128,49); }

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

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

 span { border-color: rgb(151,128,49); }

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