#978E20

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

Shades of Lemon Ginger #978E20

Tints of Lemon Ginger #978E20

Color information

#978E20 (or 0x978E20) is unknown color: approx Lemon Ginger. HEX triplet: 97, 8E and 20. RGB value is (151,142,32). Sum of RGB (Red+Green+Blue) = 151+142+32=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #978E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E20 is #6871DF. Grayscale: #848484. Windows color (decimal): -6844896 or 2133655. OLE color: 2133655.

HSL color Cylindrical-coordinate representation of color #978E20: hue angle of 55.46º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978E20 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15114232-
CMYK00.060.790.41
HSL55.46º65.03%35.88%-
HSV(B)55.46º78.81%59.22%-
XYZ22.726.035.19-
YUV132.1571.48141.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 32 (12.89% from 255) = 9.85%
R=46.46%
G=43.69%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511423200.060.790.4155.4665.0335.88
Hex978E20064F29374124
Octal2272164006117516710144
Binary1001011110001110100000011010011111010011101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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