#978C1E

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

Shades of Lemon Ginger #978C1E

Tints of Lemon Ginger #978C1E

Color information

#978C1E (or 0x978C1E) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8C and 1E. RGB value is (151,140,30). Sum of RGB (Red+Green+Blue) = 151+140+30=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #978C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978C1E is #6873E1. Grayscale: #838383. Windows color (decimal): -6845410 or 2002071. OLE color: 2002071.

HSL color Cylindrical-coordinate representation of color #978C1E: hue angle of 54.55º 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 #978C1E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15114030-
CMYK00.070.800.41
HSL54.55º66.85%35.49%-
HSV(B)54.55º80.13%59.22%-
XYZ22.3725.434.96-
YUV130.7571.14142.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=47.04%
G=43.61%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511403000.070.800.4154.5566.8535.49
Hex978C1E075029374323
Octal2272143607120516710343
Binary100101111000110011110011110100001010011101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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