#898601

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

Shades of Olive #898601

Tints of Olive #898601

Color information

#898601 (or 0x898601) is unknown color: approx Olive. HEX triplet: 89, 86 and 01. RGB value is (137,134,1). Sum of RGB (Red+Green+Blue) = 137+134+1=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #898601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898601 is #7679FE. Grayscale: #787878. Windows color (decimal): -7764479 or 99977. OLE color: 99977.

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

Color convert

RGB1371341-
CMYK00.020.990.46
HSL58.68º98.55%27.06%-
HSV(B)58.68º99.27%53.73%-
XYZ18.8522.373.35-
YUV119.7460.99140.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=50.37%
G=49.26%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137134100.020.990.4658.6898.5527.06
Hex8986102632E3b631b
Octal211206102143567314333
Binary100010011000011010101100011101110111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898601; }

 p { color: rgb(137,134,1); }

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

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

 a { background-color: rgb(137,134,1); }

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

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

 span { border-color: rgb(137,134,1); }

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