#978034

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

Shades of Lemon Ginger #978034

Tints of Lemon Ginger #978034

Color information

#978034 (or 0x978034) is unknown color: approx Lemon Ginger. HEX triplet: 97, 80 and 34. RGB value is (151,128,52). Sum of RGB (Red+Green+Blue) = 151+128+52=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978034 is #687FCB. Grayscale: #7E7E7E. Windows color (decimal): -6848460 or 3440791. OLE color: 3440791.

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

Color convert

RGB15112852-
CMYK00.150.660.41
HSL46.06º48.77%39.8%-
HSV(B)46.06º65.56%59.22%-
XYZ21.122.276.43-
YUV126.2186.12145.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=45.62%
G=38.67%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511285200.150.660.4146.0648.7739.8
Hex9780340F42292e3128
Octal2272006401710251566150
Binary1001011110000000110100011111000010101001101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978034; }

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

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

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

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

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

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

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

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