#898402

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

Shades of Olive #898402

Tints of Olive #898402

Color information

#898402 (or 0x898402) is unknown color: approx Olive. HEX triplet: 89, 84 and 02. RGB value is (137,132,2). Sum of RGB (Red+Green+Blue) = 137+132+2=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #898402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898402 is #767BFD. Grayscale: #777777. Windows color (decimal): -7764990 or 165001. OLE color: 165001.

HSL color Cylindrical-coordinate representation of color #898402: hue angle of 57.78º degrees, saturation: 0.97, 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 #898402 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1371322-
CMYK00.040.990.46
HSL57.78º97.12%27.25%-
HSV(B)57.78º98.54%53.73%-
XYZ18.5821.833.29-
YUV118.6862.16141.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=50.55%
G=48.71%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137132200.040.990.4657.7897.1227.25
Hex8984204632E3a611b
Octal211204204143567214133
Binary10001001100001001001001100011101110111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898402; }

 p { color: rgb(137,132,2); }

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

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

 a { background-color: rgb(137,132,2); }

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

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

 span { border-color: rgb(137,132,2); }

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