#978225

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

Shades of Lemon Ginger #978225

Tints of Lemon Ginger #978225

Color information

#978225 (or 0x978225) is unknown color: approx Lemon Ginger. HEX triplet: 97, 82 and 25. RGB value is (151,130,37). Sum of RGB (Red+Green+Blue) = 151+130+37=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #978225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978225 is #687DDA. Grayscale: #7E7E7E. Windows color (decimal): -6847963 or 2458263. OLE color: 2458263.

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

Color convert

RGB15113037-
CMYK00.140.750.41
HSL48.95º60.64%36.86%-
HSV(B)48.95º75.5%59.22%-
XYZ21.0822.685.02-
YUV125.6877.96146.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=47.48%
G=40.88%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511303700.140.750.4148.9560.6436.86
Hex9782250E4B29313d25
Octal2272024501611351617545
Binary1001011110000010100101011101001011101001110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978225; }

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

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

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

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

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

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

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

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