#988027

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

Shades of Lemon Ginger #988027

Tints of Lemon Ginger #988027

Color information

#988027 (or 0x988027) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 27. RGB value is (152,128,39). Sum of RGB (Red+Green+Blue) = 152+128+39=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988027 is #677FD8. Grayscale: #7D7D7D. Windows color (decimal): -6782937 or 2588824. OLE color: 2588824.

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

Color convert

RGB15212839-
CMYK00.160.740.40
HSL47.26º59.16%37.45%-
HSV(B)47.26º74.34%59.61%-
XYZ21.0322.265.11-
YUV125.0379.45147.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=47.65%
G=40.13%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521283900.160.740.4047.2659.1637.45
Hex9880270104A282f3b25
Octal2302004702011250577345
Binary10011000100000001001110100001001010101000101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988027; }

 p { color: rgb(152,128,39); }

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

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

 a { background-color: rgb(152,128,39); }

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

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

 span { border-color: rgb(152,128,39); }

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