#989447

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

Shades of Highball #989447

Tints of Highball #989447

Color information

#989447 (or 0x989447) is unknown color: approx Highball. HEX triplet: 98, 94 and 47. RGB value is (152,148,71). Sum of RGB (Red+Green+Blue) = 152+148+71=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #989447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989447 is #676BB8. Grayscale: #8C8C8C. Windows color (decimal): -6777785 or 4691096. OLE color: 4691096.

HSL color Cylindrical-coordinate representation of color #989447: hue angle of 57.04º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #989447 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15214871-
CMYK00.030.530.40
HSL57.04º36.32%43.73%-
HSV(B)57.04º53.29%59.61%-
XYZ24.6828.3110.13-
YUV140.4288.83136.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=40.97%
G=39.89%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521487100.030.530.4057.0436.3243.73
Hex98944703352839242c
Octal230224107036550714454
Binary10011000100101001000111011110101101000111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989447; }

 p { color: rgb(152,148,71); }

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

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

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

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

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

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

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