#978A18

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

Shades of Lemon Ginger #978A18

Tints of Lemon Ginger #978A18

Color information

#978A18 (or 0x978A18) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8A and 18. RGB value is (151,138,24). Sum of RGB (Red+Green+Blue) = 151+138+24=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #978A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A18 is #6875E7. Grayscale: #818181. Windows color (decimal): -6845928 or 1608343. OLE color: 1608343.

HSL color Cylindrical-coordinate representation of color #978A18: hue angle of 53.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #978A18 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB15113824-
CMYK00.090.840.41
HSL53.86º72.57%34.31%-
HSV(B)53.86º84.11%59.22%-
XYZ22.0224.824.49-
YUV128.8968.81143.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=48.24%
G=44.09%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511382400.090.840.4153.8672.5734.31
Hex978A18095429364922
Octal22721230011124516611142
Binary1001011110001010110000100110101001010011101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,24); }

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

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

 a { background-color: rgb(151,138,24); }

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

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

 span { border-color: rgb(151,138,24); }

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