#898D48

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

Shades of Highball #898D48

Tints of Highball #898D48

Color information

#898D48 (or 0x898D48) is unknown color: approx Highball. HEX triplet: 89, 8D and 48. RGB value is (137,141,72). Sum of RGB (Red+Green+Blue) = 137+141+72=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #898D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898D48 is #7672B7. Grayscale: #848484. Windows color (decimal): -7762616 or 4754825. OLE color: 4754825.

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

Color convert

RGB13714172-
CMYK0.0300.490.45
HSL63.48º32.39%41.76%-
HSV(B)63.48º48.94%55.29%-
XYZ21.0124.849.82-
YUV131.9494.17131.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=39.14%
G=40.29%
B=20.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137141720.0300.490.4563.4832.3941.76
Hex898D4830312D3f202a
Octal211215110306155774052
Binary10001001100011011001000110110001101101111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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