#989950

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

Shades of Highball #989950

Tints of Highball #989950

Color information

#989950 (or 0x989950) is unknown color: approx Highball. HEX triplet: 98, 99 and 50. RGB value is (152,153,80). Sum of RGB (Red+Green+Blue) = 152+153+80=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #989950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989950 is #6766AF. Grayscale: #909090. Windows color (decimal): -6776496 or 5282200. OLE color: 5282200.

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

Color convert

RGB15215380-
CMYK0.0100.480.4
HSL60.82º31.33%45.69%-
HSV(B)60.82º47.71%60%-
XYZ25.7930.0412.03-
YUV144.3891.67133.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=39.48%
G=39.74%
B=20.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153800.0100.480.460.8231.3345.69
Hex9899501030283d1f2e
Octal230231120106050753756
Binary100110001001100110100001011000010100011110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989950; }

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

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

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

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

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

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

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

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