#898130

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

Shades of Lemon Ginger #898130

Tints of Lemon Ginger #898130

Color information

#898130 (or 0x898130) is unknown color: approx Lemon Ginger. HEX triplet: 89, 81 and 30. RGB value is (137,129,48). Sum of RGB (Red+Green+Blue) = 137+129+48=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #898130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898130 is #767ECF. Grayscale: #7A7A7A. Windows color (decimal): -7765712 or 3178889. OLE color: 3178889.

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

Color convert

RGB13712948-
CMYK00.060.650.46
HSL54.61º48.11%36.27%-
HSV(B)54.61º64.96%53.73%-
XYZ18.721.235.91-
YUV122.1686.15138.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=43.63%
G=41.08%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371294800.060.650.4654.6148.1136.27
Hex89813006412E373024
Octal211201600610156676044
Binary100010011000000111000001101000001101110110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898130; }

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

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

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

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

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

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

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

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