#888029

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

Shades of Lemon Ginger #888029

Tints of Lemon Ginger #888029

Color information

#888029 (or 0x888029) is unknown color: approx Lemon Ginger. HEX triplet: 88, 80 and 29. RGB value is (136,128,41). Sum of RGB (Red+Green+Blue) = 136+128+41=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #888029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888029 is #777FD6. Grayscale: #787878. Windows color (decimal): -7831511 or 2719880. OLE color: 2719880.

HSL color Cylindrical-coordinate representation of color #888029: hue angle of 54.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #888029 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13612841-
CMYK00.060.700.47
HSL54.95º53.67%34.71%-
HSV(B)54.95º69.85%53.33%-
XYZ18.2720.835.16-
YUV120.4783.15139.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=44.59%
G=41.97%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361284100.060.700.4754.9553.6734.71
Hex88802906462F373623
Octal210200510610657676643
Binary100010001000000010100101101000110101111110111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888029; }

 p { color: rgb(136,128,41); }

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

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

 a { background-color: rgb(136,128,41); }

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

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

 span { border-color: rgb(136,128,41); }

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