#978035

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

Shades of Lemon Ginger #978035

Tints of Lemon Ginger #978035

Color information

#978035 (or 0x978035) is unknown color: approx Lemon Ginger. HEX triplet: 97, 80 and 35. RGB value is (151,128,53). Sum of RGB (Red+Green+Blue) = 151+128+53=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #978035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978035 is #687FCA. Grayscale: #7E7E7E. Windows color (decimal): -6848459 or 3506327. OLE color: 3506327.

HSL color Cylindrical-coordinate representation of color #978035: hue angle of 45.92º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #978035 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15112853-
CMYK00.150.650.41
HSL45.92º48.04%40%-
HSV(B)45.92º64.9%59.22%-
XYZ21.1222.276.55-
YUV126.3386.62145.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=45.48%
G=38.55%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511285300.150.650.4145.9248.0440
Hex9780350F41292e3028
Octal2272006501710151566050
Binary1001011110000000110101011111000001101001101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978035; }

 p { color: rgb(151,128,53); }

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

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

 a { background-color: rgb(151,128,53); }

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

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

 span { border-color: rgb(151,128,53); }

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