#898328

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

Shades of Lemon Ginger #898328

Tints of Lemon Ginger #898328

Color information

#898328 (or 0x898328) is unknown color: approx Lemon Ginger. HEX triplet: 89, 83 and 28. RGB value is (137,131,40). Sum of RGB (Red+Green+Blue) = 137+131+40=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #898328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898328 is #767CD7. Grayscale: #7A7A7A. Windows color (decimal): -7765208 or 2655113. OLE color: 2655113.

HSL color Cylindrical-coordinate representation of color #898328: hue angle of 56.29º 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 #898328 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13713140-
CMYK00.040.710.46
HSL56.29º54.8%34.71%-
HSV(B)56.29º70.8%53.73%-
XYZ18.8221.75.21-
YUV122.4281.49138.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=44.48%
G=42.53%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371314000.040.710.4656.2954.834.71
Hex89832804472E383723
Octal211203500410756706743
Binary100010011000001110100001001000111101110111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898328; }

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

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

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

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

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

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

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

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