#989255

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

Shades of Highball #989255

Tints of Highball #989255

Color information

#989255 (or 0x989255) is unknown color: approx Highball. HEX triplet: 98, 92 and 55. RGB value is (152,146,85). Sum of RGB (Red+Green+Blue) = 152+146+85=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #989255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989255 is #676DAA. Grayscale: #8D8D8D. Windows color (decimal): -6778283 or 5608088. OLE color: 5608088.

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

Color convert

RGB15214685-
CMYK00.040.440.40
HSL54.63º28.27%46.47%-
HSV(B)54.63º44.08%59.61%-
XYZ24.8727.8912.67-
YUV140.8496.49135.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=39.69%
G=38.12%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521468500.040.440.4054.6328.2746.47
Hex989255042C28371c2e
Octal230222125045450673456
Binary10011000100100101010101010010110010100011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989255; }

 p { color: rgb(152,146,85); }

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

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

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

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

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

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

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