#898263

Color #898263 Olive Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Haze #898263

Tints of Olive Haze #898263

Color information

#898263 (or 0x898263) is unknown color: approx Olive Haze. HEX triplet: 89, 82 and 63. RGB value is (137,130,99). Sum of RGB (Red+Green+Blue) = 137+130+99=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898263 is #767D9C. Grayscale: #808080. Windows color (decimal): -7765405 or 6521481. OLE color: 6521481.

HSL color Cylindrical-coordinate representation of color #898263: hue angle of 48.95º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898263 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13713099-
CMYK00.050.280.46
HSL48.95º16.1%46.27%-
HSV(B)48.95º27.74%53.73%-
XYZ20.5522.1815-
YUV128.56111.32134.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=37.43%
G=35.52%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371309900.050.280.4648.9516.146.27
Hex898263051C2E31102e
Octal211202143053456612056
Binary1000100110000010110001101011110010111011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898263; }

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

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

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

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

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

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

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

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