#989438

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

Shades of Highball #989438

Tints of Highball #989438

Color information

#989438 (or 0x989438) is unknown color: approx Highball. HEX triplet: 98, 94 and 38. RGB value is (152,148,56). Sum of RGB (Red+Green+Blue) = 152+148+56=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #989438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989438 is #676BC7. Grayscale: #8B8B8B. Windows color (decimal): -6777800 or 3708056. OLE color: 3708056.

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

Color convert

RGB15214856-
CMYK00.030.630.40
HSL57.5º46.15%40.78%-
HSV(B)57.5º63.16%59.61%-
XYZ24.2528.147.89-
YUV138.7181.33137.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=42.70%
G=41.57%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521485600.030.630.4057.546.1540.78
Hex989438033F283a2e29
Octal23022470037750725651
Binary1001100010010100111000011111111101000111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989438; }

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

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

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

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

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

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

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

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