#979025

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

Shades of Lemon Ginger #979025

Tints of Lemon Ginger #979025

Color information

#979025 (or 0x979025) is unknown color: approx Lemon Ginger. HEX triplet: 97, 90 and 25. RGB value is (151,144,37). Sum of RGB (Red+Green+Blue) = 151+144+37=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #979025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979025 is #686FDA. Grayscale: #868686. Windows color (decimal): -6844379 or 2461847. OLE color: 2461847.

HSL color Cylindrical-coordinate representation of color #979025: hue angle of 56.32º 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 #979025 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15114437-
CMYK00.050.750.41
HSL56.32º60.64%36.86%-
HSV(B)56.32º75.5%59.22%-
XYZ23.0726.665.68-
YUV133.8973.32140.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=45.48%
G=43.37%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511443700.050.750.4156.3260.6436.86
Hex979025054B29383d25
Octal227220450511351707545
Binary100101111001000010010101011001011101001111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979025; }

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

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

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

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

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

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

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

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