#989443

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

Shades of Highball #989443

Tints of Highball #989443

Color information

#989443 (or 0x989443) is unknown color: approx Highball. HEX triplet: 98, 94 and 43. RGB value is (152,148,67). Sum of RGB (Red+Green+Blue) = 152+148+67=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #989443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989443 is #676BBC. Grayscale: #8C8C8C. Windows color (decimal): -6777789 or 4428952. OLE color: 4428952.

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

Color convert

RGB15214867-
CMYK00.030.560.40
HSL57.18º38.81%42.94%-
HSV(B)57.18º55.92%59.61%-
XYZ24.5528.269.47-
YUV139.9686.83136.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=41.42%
G=40.33%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521486700.030.560.4057.1838.8142.94
Hex98944303382839272b
Octal230224103037050714753
Binary10011000100101001000011011111000101000111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989443; }

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

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

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

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

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

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

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

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