#989850

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

Shades of Highball #989850

Tints of Highball #989850

Color information

#989850 (or 0x989850) is unknown color: approx Highball. HEX triplet: 98, 98 and 50. RGB value is (152,152,80). Sum of RGB (Red+Green+Blue) = 152+152+80=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989850 is #6767AF. Grayscale: #909090. Windows color (decimal): -6776752 or 5281944. OLE color: 5281944.

HSL color Cylindrical-coordinate representation of color #989850: hue angle of 60º 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 #989850 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15215280-
CMYK000.470.40
HSL60º31.03%45.49%-
HSV(B)60º47.37%59.61%-
XYZ25.6329.7111.97-
YUV143.7992133.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=39.58%
G=39.58%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215280000.470.406031.0345.49
Hex989850002F283c1f2d
Octal230230120005750743755
Binary100110001001100010100000010111110100011110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989850; }

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

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

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

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

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

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

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

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