#989251

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

Shades of Highball #989251

Tints of Highball #989251

Color information

#989251 (or 0x989251) is unknown color: approx Highball. HEX triplet: 98, 92 and 51. RGB value is (152,146,81). Sum of RGB (Red+Green+Blue) = 152+146+81=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #989251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989251 is #676DAE. Grayscale: #8C8C8C. Windows color (decimal): -6778287 or 5345944. OLE color: 5345944.

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

Color convert

RGB15214681-
CMYK00.040.470.40
HSL54.93º30.47%45.69%-
HSV(B)54.93º46.71%59.61%-
XYZ24.7127.8311.85-
YUV140.3894.49136.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=40.11%
G=38.52%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521468100.040.470.4054.9330.4745.69
Hex989251042F28371e2e
Octal230222121045750673656
Binary10011000100100101010001010010111110100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989251; }

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

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

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

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

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

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

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

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