#978632

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

Shades of Lemon Ginger #978632

Tints of Lemon Ginger #978632

Color information

#978632 (or 0x978632) is unknown color: approx Lemon Ginger. HEX triplet: 97, 86 and 32. RGB value is (151,134,50). Sum of RGB (Red+Green+Blue) = 151+134+50=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #978632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978632 is #6879CD. Grayscale: #818181. Windows color (decimal): -6846926 or 3311255. OLE color: 3311255.

HSL color Cylindrical-coordinate representation of color #978632: hue angle of 49.9º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #978632 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15113450-
CMYK00.110.670.41
HSL49.9º50.25%39.41%-
HSV(B)49.9º66.89%59.22%-
XYZ21.8623.866.47-
YUV129.5183.13143.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=45.07%
G=40%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511345000.110.670.4149.950.2539.41
Hex9786320B4329323227
Octal2272066201310351626247
Binary1001011110000110110010010111000011101001110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978632; }

 p { color: rgb(151,134,50); }

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

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

 a { background-color: rgb(151,134,50); }

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

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

 span { border-color: rgb(151,134,50); }

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