#898230

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

Shades of Lemon Ginger #898230

Tints of Lemon Ginger #898230

Color information

#898230 (or 0x898230) is unknown color: approx Lemon Ginger. HEX triplet: 89, 82 and 30. RGB value is (137,130,48). Sum of RGB (Red+Green+Blue) = 137+130+48=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #898230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898230 is #767DCF. Grayscale: #7B7B7B. Windows color (decimal): -7765456 or 3179145. OLE color: 3179145.

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

Color convert

RGB13713048-
CMYK00.050.650.46
HSL55.28º48.11%36.27%-
HSV(B)55.28º64.96%53.73%-
XYZ18.8321.55.95-
YUV122.7485.82138.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=43.49%
G=41.27%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371304800.050.650.4655.2848.1136.27
Hex89823005412E373024
Octal211202600510156676044
Binary100010011000001011000001011000001101110110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898230; }

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

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

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

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

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

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

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

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