#988F4F

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

Shades of Highball #988F4F

Tints of Highball #988F4F

Color information

#988F4F (or 0x988F4F) is unknown color: approx Highball. HEX triplet: 98, 8F and 4F. RGB value is (152,143,79). Sum of RGB (Red+Green+Blue) = 152+143+79=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F4F is #6770B0. Grayscale: #8A8A8A. Windows color (decimal): -6779057 or 5214104. OLE color: 5214104.

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

Color convert

RGB15214379-
CMYK00.060.480.40
HSL52.6º31.6%45.29%-
HSV(B)52.6º48.03%59.61%-
XYZ24.1826.8811.31-
YUV138.3994.48137.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=40.64%
G=38.24%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521437900.060.480.4052.631.645.29
Hex988F4F06302835202d
Octal230217117066050654055
Binary100110001000111110011110110110000101000110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,79); }

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

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

 a { background-color: rgb(152,143,79); }

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

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

 span { border-color: rgb(152,143,79); }

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