#989650

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

Shades of Highball #989650

Tints of Highball #989650

Color information

#989650 (or 0x989650) is unknown color: approx Highball. HEX triplet: 98, 96 and 50. RGB value is (152,150,80). Sum of RGB (Red+Green+Blue) = 152+150+80=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #989650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989650 is #6769AF. Grayscale: #8E8E8E. Windows color (decimal): -6777264 or 5281432. OLE color: 5281432.

HSL color Cylindrical-coordinate representation of color #989650: hue angle of 58.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #989650 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15215080-
CMYK00.010.470.40
HSL58.33º31.03%45.49%-
HSV(B)58.33º47.37%59.61%-
XYZ25.329.0711.87-
YUV142.6292.66134.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=39.79%
G=39.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521508000.010.470.4058.3331.0345.49
Hex989650012F283a1f2d
Octal230226120015750723755
Binary100110001001011010100000110111110100011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989650; }

 p { color: rgb(152,150,80); }

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

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

 a { background-color: rgb(152,150,80); }

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

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

 span { border-color: rgb(152,150,80); }

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