#898D4C

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

Shades of Highball #898D4C

Tints of Highball #898D4C

Color information

#898D4C (or 0x898D4C) is unknown color: approx Highball. HEX triplet: 89, 8D and 4C. RGB value is (137,141,76). Sum of RGB (Red+Green+Blue) = 137+141+76=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #898D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898D4C is #7672B3. Grayscale: #848484. Windows color (decimal): -7762612 or 5016969. OLE color: 5016969.

HSL color Cylindrical-coordinate representation of color #898D4C: hue angle of 63.69º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898D4C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB13714176-
CMYK0.0300.460.45
HSL63.69º29.95%42.55%-
HSV(B)63.69º46.1%55.29%-
XYZ21.1524.8910.53-
YUV132.3996.17131.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=38.70%
G=39.83%
B=21.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137141760.0300.460.4563.6929.9542.55
Hex898D4C302E2D401e2b
Octal2112151143056551003653
Binary10001001100011011001100110101110101101100000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,76); }

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

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

 a { background-color: rgb(137,141,76); }

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

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

 span { border-color: rgb(137,141,76); }

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