#898128

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

Shades of Lemon Ginger #898128

Tints of Lemon Ginger #898128

Color information

#898128 (or 0x898128) is unknown color: approx Lemon Ginger. HEX triplet: 89, 81 and 28. RGB value is (137,129,40). Sum of RGB (Red+Green+Blue) = 137+129+40=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #898128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898128 is #767ED7. Grayscale: #797979. Windows color (decimal): -7765720 or 2654601. OLE color: 2654601.

HSL color Cylindrical-coordinate representation of color #898128: hue angle of 55.05º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #898128 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13712940-
CMYK00.060.710.46
HSL55.05º54.8%34.71%-
HSV(B)55.05º70.8%53.73%-
XYZ18.5521.175.12-
YUV121.2582.15139.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=44.77%
G=42.16%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371294000.060.710.4655.0554.834.71
Hex89812806472E373723
Octal211201500610756676743
Binary100010011000000110100001101000111101110110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898128; }

 p { color: rgb(137,129,40); }

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

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

 a { background-color: rgb(137,129,40); }

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

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

 span { border-color: rgb(137,129,40); }

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