#978231

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

Shades of Lemon Ginger #978231

Tints of Lemon Ginger #978231

Color information

#978231 (or 0x978231) is unknown color: approx Lemon Ginger. HEX triplet: 97, 82 and 31. RGB value is (151,130,49). Sum of RGB (Red+Green+Blue) = 151+130+49=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #978231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978231 is #687DCE. Grayscale: #7F7F7F. Windows color (decimal): -6847951 or 3244695. OLE color: 3244695.

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

Color convert

RGB15113049-
CMYK00.140.680.41
HSL47.65º51%39.22%-
HSV(B)47.65º67.55%59.22%-
XYZ21.322.776.18-
YUV127.0483.96145.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=45.76%
G=39.39%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511304900.140.680.4147.655139.22
Hex9782310E4429303327
Octal2272026101610451606347
Binary1001011110000010110001011101000100101001110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978231; }

 p { color: rgb(151,130,49); }

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

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

 a { background-color: rgb(151,130,49); }

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

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

 span { border-color: rgb(151,130,49); }

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