#998D4F

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

Shades of Highball #998D4F

Tints of Highball #998D4F

Color information

#998D4F (or 0x998D4F) is unknown color: approx Highball. HEX triplet: 99, 8D and 4F. RGB value is (153,141,79). Sum of RGB (Red+Green+Blue) = 153+141+79=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D4F is #6672B0. Grayscale: #898989. Windows color (decimal): -6714033 or 5213593. OLE color: 5213593.

HSL color Cylindrical-coordinate representation of color #998D4F: hue angle of 50.27º 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 #998D4F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15314179-
CMYK00.080.480.4
HSL50.27º31.9%45.49%-
HSV(B)50.27º48.37%60%-
XYZ24.0726.3911.22-
YUV137.5294.98139.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=41.02%
G=37.80%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531417900.080.480.450.2731.945.49
Hex998D4F08302832202d
Octal2312151170106050624055
Binary1001100110001101100111101000110000101000110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D4F; }

 p { color: rgb(153,141,79); }

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

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

 a { background-color: rgb(153,141,79); }

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

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

 span { border-color: rgb(153,141,79); }

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