#898032

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

Shades of Lemon Ginger #898032

Tints of Lemon Ginger #898032

Color information

#898032 (or 0x898032) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 32. RGB value is (137,128,50). Sum of RGB (Red+Green+Blue) = 137+128+50=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #898032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898032 is #767FCD. Grayscale: #7A7A7A. Windows color (decimal): -7765966 or 3309705. OLE color: 3309705.

HSL color Cylindrical-coordinate representation of color #898032: hue angle of 53.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #898032 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13712850-
CMYK00.070.640.46
HSL53.79º46.52%36.67%-
HSV(B)53.79º63.5%53.73%-
XYZ18.6120.996.09-
YUV121.887.48138.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=43.49%
G=40.63%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371285000.070.640.4653.7946.5236.67
Hex89803207402E362f25
Octal211200620710056665745
Binary100010011000000011001001111000000101110110110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898032; }

 p { color: rgb(137,128,50); }

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

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

 a { background-color: rgb(137,128,50); }

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

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

 span { border-color: rgb(137,128,50); }

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