#979029

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

Shades of Lemon Ginger #979029

Tints of Lemon Ginger #979029

Color information

#979029 (or 0x979029) is unknown color: approx Lemon Ginger. HEX triplet: 97, 90 and 29. RGB value is (151,144,41). Sum of RGB (Red+Green+Blue) = 151+144+41=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #979029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979029 is #686FD6. Grayscale: #868686. Windows color (decimal): -6844375 or 2723991. OLE color: 2723991.

HSL color Cylindrical-coordinate representation of color #979029: hue angle of 56.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #979029 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15114441-
CMYK00.050.730.41
HSL56.18º57.29%37.65%-
HSV(B)56.18º72.85%59.22%-
XYZ23.1426.696.03-
YUV134.3575.32139.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 41 (16.41% from 255) = 12.20%
R=44.94%
G=42.86%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511444100.050.730.4156.1857.2937.65
Hex979029054929383926
Octal227220510511151707146
Binary100101111001000010100101011001001101001111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979029; }

 p { color: rgb(151,144,41); }

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

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

 a { background-color: rgb(151,144,41); }

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

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

 span { border-color: rgb(151,144,41); }

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