#989026

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

Shades of Lemon Ginger #989026

Tints of Lemon Ginger #989026

Color information

#989026 (or 0x989026) is unknown color: approx Lemon Ginger. HEX triplet: 98, 90 and 26. RGB value is (152,144,38). Sum of RGB (Red+Green+Blue) = 152+144+38=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #989026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989026 is #676FD9. Grayscale: #868686. Windows color (decimal): -6778842 or 2527384. OLE color: 2527384.

HSL color Cylindrical-coordinate representation of color #989026: hue angle of 55.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #989026 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB15214438-
CMYK00.050.750.40
HSL55.79º60%37.25%-
HSV(B)55.79º75%59.61%-
XYZ23.2726.765.77-
YUV134.3173.65140.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=45.51%
G=43.11%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521443800.050.750.4055.796037.25
Hex989026054B28383c25
Octal230220460511350707445
Binary100110001001000010011001011001011101000111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989026; }

 p { color: rgb(152,144,38); }

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

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

 a { background-color: rgb(152,144,38); }

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

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

 span { border-color: rgb(152,144,38); }

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