#978524

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

Shades of Lemon Ginger #978524

Tints of Lemon Ginger #978524

Color information

#978524 (or 0x978524) is unknown color: approx Lemon Ginger. HEX triplet: 97, 85 and 24. RGB value is (151,133,36). Sum of RGB (Red+Green+Blue) = 151+133+36=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #978524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978524 is #687ADB. Grayscale: #7F7F7F. Windows color (decimal): -6847196 or 2393495. OLE color: 2393495.

HSL color Cylindrical-coordinate representation of color #978524: hue angle of 50.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #978524 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15113336-
CMYK00.120.760.41
HSL50.61º61.5%36.67%-
HSV(B)50.61º76.16%59.22%-
XYZ21.4723.485.07-
YUV127.3276.46144.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 36 (14.45% from 255) = 11.25%
R=47.19%
G=41.56%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511333600.120.760.4150.6161.536.67
Hex9785240C4C29333d25
Octal2272054401411451637545
Binary1001011110000101100100011001001100101001110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978524; }

 p { color: rgb(151,133,36); }

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

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

 a { background-color: rgb(151,133,36); }

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

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

 span { border-color: rgb(151,133,36); }

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