#978E1E

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

Shades of Lemon Ginger #978E1E

Tints of Lemon Ginger #978E1E

Color information

#978E1E (or 0x978E1E) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8E and 1E. RGB value is (151,142,30). Sum of RGB (Red+Green+Blue) = 151+142+30=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #978E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E1E is #6871E1. Grayscale: #848484. Windows color (decimal): -6844898 or 2002583. OLE color: 2002583.

HSL color Cylindrical-coordinate representation of color #978E1E: hue angle of 55.54º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #978E1E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15114230-
CMYK00.060.800.41
HSL55.54º66.85%35.49%-
HSV(B)55.54º80.13%59.22%-
XYZ22.6726.025.06-
YUV131.9270.48141.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=46.75%
G=43.96%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511423000.060.800.4155.5466.8535.49
Hex978E1E065029384323
Octal2272163606120517010343
Binary100101111000111011110011010100001010011110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,142,30); }

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

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

 a { background-color: rgb(151,142,30); }

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

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

 span { border-color: rgb(151,142,30); }

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