#898022

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

Shades of Lemon Ginger #898022

Tints of Lemon Ginger #898022

Color information

#898022 (or 0x898022) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 22. RGB value is (137,128,34). Sum of RGB (Red+Green+Blue) = 137+128+34=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #898022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898022 is #767FDD. Grayscale: #787878. Windows color (decimal): -7765982 or 2261129. OLE color: 2261129.

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

Color convert

RGB13712834-
CMYK00.070.750.46
HSL54.76º60.23%33.53%-
HSV(B)54.76º75.18%53.73%-
XYZ18.3220.874.58-
YUV119.9879.48140.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 34 (13.67% from 255) = 11.37%
R=45.82%
G=42.81%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371283400.070.750.4654.7660.2333.53
Hex898022074B2E373c22
Octal211200420711356677442
Binary100010011000000010001001111001011101110110111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898022; }

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

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

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

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

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

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

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

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