#978220

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

Shades of Lemon Ginger #978220

Tints of Lemon Ginger #978220

Color information

#978220 (or 0x978220) is unknown color: approx Lemon Ginger. HEX triplet: 97, 82 and 20. RGB value is (151,130,32). Sum of RGB (Red+Green+Blue) = 151+130+32=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #978220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978220 is #687DDF. Grayscale: #7D7D7D. Windows color (decimal): -6847968 or 2130583. OLE color: 2130583.

HSL color Cylindrical-coordinate representation of color #978220: hue angle of 49.41º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978220 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15113032-
CMYK00.140.790.41
HSL49.41º65.03%35.88%-
HSV(B)49.41º78.81%59.22%-
XYZ21.0122.654.63-
YUV125.1175.46146.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=48.24%
G=41.53%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511303200.140.790.4149.4165.0335.88
Hex9782200E4F29314124
Octal22720240016117516110144
Binary10010111100000101000000111010011111010011100011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978220; }

 p { color: rgb(151,130,32); }

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

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

 a { background-color: rgb(151,130,32); }

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

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

 span { border-color: rgb(151,130,32); }

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