#988F26

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

Shades of Lemon Ginger #988F26

Tints of Lemon Ginger #988F26

Color information

#988F26 (or 0x988F26) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8F and 26. RGB value is (152,143,38). Sum of RGB (Red+Green+Blue) = 152+143+38=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #988F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F26 is #6770D9. Grayscale: #868686. Windows color (decimal): -6779098 or 2527128. OLE color: 2527128.

HSL color Cylindrical-coordinate representation of color #988F26: hue angle of 55.26º 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 #988F26 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB15214338-
CMYK00.060.750.40
HSL55.26º60%37.25%-
HSV(B)55.26º75%59.61%-
XYZ23.1226.465.72-
YUV133.7273.98141.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=45.65%
G=42.94%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521433800.060.750.4055.266037.25
Hex988F26064B28373c25
Octal230217460611350677445
Binary100110001000111110011001101001011101000110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988F26; }

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

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

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

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

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

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

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

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