#978D1B

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

Shades of Lemon Ginger #978D1B

Tints of Lemon Ginger #978D1B

Color information

#978D1B (or 0x978D1B) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8D and 1B. RGB value is (151,141,27). Sum of RGB (Red+Green+Blue) = 151+141+27=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #978D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D1B is #6872E4. Grayscale: #838383. Windows color (decimal): -6845157 or 1805719. OLE color: 1805719.

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

Color convert

RGB15114127-
CMYK00.070.820.41
HSL55.16º69.66%34.9%-
HSV(B)55.16º82.12%59.22%-
XYZ22.4925.714.81-
YUV130.9969.31142.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=47.34%
G=44.20%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511412700.070.820.4155.1669.6634.9
Hex978D1B075229374623
Octal2272153307122516710643
Binary100101111000110111011011110100101010011101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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