#898C4A

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

Shades of Highball #898C4A

Tints of Highball #898C4A

Color information

#898C4A (or 0x898C4A) is unknown color: approx Highball. HEX triplet: 89, 8C and 4A. RGB value is (137,140,74). Sum of RGB (Red+Green+Blue) = 137+140+74=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #898C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898C4A is #7673B5. Grayscale: #838383. Windows color (decimal): -7762870 or 4885641. OLE color: 4885641.

HSL color Cylindrical-coordinate representation of color #898C4A: hue angle of 62.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898C4A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13714074-
CMYK0.0200.470.45
HSL62.73º30.84%41.96%-
HSV(B)62.73º47.14%54.9%-
XYZ20.9324.5710.12-
YUV131.5895.51131.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=39.03%
G=39.89%
B=21.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137140740.0200.470.4562.7330.8441.96
Hex898C4A202F2D3f1f2a
Octal211214112205755773752
Binary1000100110001100100101010010111110110111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898C4A; }

 p { color: rgb(137,140,74); }

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

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

 a { background-color: rgb(137,140,74); }

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

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

 span { border-color: rgb(137,140,74); }

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