#989B48

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

Shades of Highball #989B48

Tints of Highball #989B48

Color information

#989B48 (or 0x989B48) is unknown color: approx Highball. HEX triplet: 98, 9B and 48. RGB value is (152,155,72). Sum of RGB (Red+Green+Blue) = 152+155+72=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #989B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B48 is #6764B7. Grayscale: #909090. Windows color (decimal): -6775992 or 4758424. OLE color: 4758424.

HSL color Cylindrical-coordinate representation of color #989B48: hue angle of 62.17º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #989B48 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15215572-
CMYK0.0200.540.39
HSL62.17º36.56%44.51%-
HSV(B)62.17º53.55%60.78%-
XYZ25.8430.5910.67-
YUV144.6487.01133.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=40.11%
G=40.90%
B=19.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155720.0200.540.3962.1736.5644.51
Hex989B482036273e252d
Octal230233110206647764555
Binary10011000100110111001000100110110100111111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989B48; }

 p { color: rgb(152,155,72); }

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

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

 a { background-color: rgb(152,155,72); }

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

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

 span { border-color: rgb(152,155,72); }

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