#988D4D

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

Shades of Highball #988D4D

Tints of Highball #988D4D

Color information

#988D4D (or 0x988D4D) is unknown color: approx Highball. HEX triplet: 98, 8D and 4D. RGB value is (152,141,77). Sum of RGB (Red+Green+Blue) = 152+141+77=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D4D is #6772B2. Grayscale: #898989. Windows color (decimal): -6779571 or 5082520. OLE color: 5082520.

HSL color Cylindrical-coordinate representation of color #988D4D: hue angle of 51.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #988D4D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15214177-
CMYK00.070.490.40
HSL51.2º32.75%44.9%-
HSV(B)51.2º49.34%59.61%-
XYZ23.8126.2610.83-
YUV136.9994.14138.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=41.08%
G=38.11%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521417700.070.490.4051.232.7544.9
Hex988D4D07312833212d
Octal230215115076150634155
Binary100110001000110110011010111110001101000110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D4D; }

 p { color: rgb(152,141,77); }

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

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

 a { background-color: rgb(152,141,77); }

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

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

 span { border-color: rgb(152,141,77); }

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