#898262

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

Shades of Olive Haze #898262

Tints of Olive Haze #898262

Color information

#898262 (or 0x898262) is unknown color: approx Olive Haze. HEX triplet: 89, 82 and 62. RGB value is (137,130,98). Sum of RGB (Red+Green+Blue) = 137+130+98=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898262 is #767D9D. Grayscale: #808080. Windows color (decimal): -7765406 or 6455945. OLE color: 6455945.

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

Color convert

RGB13713098-
CMYK00.050.280.46
HSL49.23º16.6%46.08%-
HSV(B)49.23º28.47%53.73%-
XYZ20.522.1714.75-
YUV128.44110.82134.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=37.53%
G=35.62%
B=26.85%

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
Decimal1371309800.050.280.4649.2316.646.08
Hex898262051C2E31112e
Octal211202142053456612156
Binary1000100110000010110001001011110010111011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898262; }

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

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

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

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

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

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

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

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