#988547

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

Shades of Highball #988547

Tints of Highball #988547

Color information

#988547 (or 0x988547) is unknown color: approx Highball. HEX triplet: 98, 85 and 47. RGB value is (152,133,71). Sum of RGB (Red+Green+Blue) = 152+133+71=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #988547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988547 is #677AB8. Grayscale: #838383. Windows color (decimal): -6781625 or 4687256. OLE color: 4687256.

HSL color Cylindrical-coordinate representation of color #988547: hue angle of 45.93º 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 #988547 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15213371-
CMYK00.130.530.40
HSL45.93º36.32%43.73%-
HSV(B)45.93º53.29%59.61%-
XYZ22.4723.919.39-
YUV131.6193.79142.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=42.70%
G=37.36%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521337100.130.530.4045.9336.3243.73
Hex9885470D35282e242c
Octal2302051070156550564454
Binary1001100010000101100011101101110101101000101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988547; }

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

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

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

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

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

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

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

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