#978D1A

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

Shades of Lemon Ginger #978D1A

Tints of Lemon Ginger #978D1A

Color information

#978D1A (or 0x978D1A) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8D and 1A. RGB value is (151,141,26). Sum of RGB (Red+Green+Blue) = 151+141+26=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #978D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D1A is #6872E5. Grayscale: #838383. Windows color (decimal): -6845158 or 1740183. OLE color: 1740183.

HSL color Cylindrical-coordinate representation of color #978D1A: hue angle of 55.2º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #978D1A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15114126-
CMYK00.070.830.41
HSL55.2º70.62%34.71%-
HSV(B)55.2º82.78%59.22%-
XYZ22.4725.74.75-
YUV130.8868.81142.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=47.48%
G=44.34%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511412600.070.830.4155.270.6234.71
Hex978D1A075329374723
Octal2272153207123516710743
Binary100101111000110111010011110100111010011101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978D1A; }

 p { color: rgb(151,141,26); }

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

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

 a { background-color: rgb(151,141,26); }

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

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

 span { border-color: rgb(151,141,26); }

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