#998B3F

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

Shades of Highball #998B3F

Tints of Highball #998B3F

Color information

#998B3F (or 0x998B3F) is unknown color: approx Highball. HEX triplet: 99, 8B and 3F. RGB value is (153,139,63). Sum of RGB (Red+Green+Blue) = 153+139+63=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #998B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B3F is #6674C0. Grayscale: #868686. Windows color (decimal): -6714561 or 4164505. OLE color: 4164505.

HSL color Cylindrical-coordinate representation of color #998B3F: hue angle of 50.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #998B3F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB15313963-
CMYK00.090.590.4
HSL50.67º41.67%42.35%-
HSV(B)50.67º58.82%60%-
XYZ23.2725.68.42-
YUV134.5287.64141.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 63 (25% from 255) = 17.75%
R=43.10%
G=39.15%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531396300.090.590.450.6741.6742.35
Hex998B3F093B28332a2a
Octal231213770117350635252
Binary100110011000101111111101001111011101000110011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,63); }

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

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

 a { background-color: rgb(153,139,63); }

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

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

 span { border-color: rgb(153,139,63); }

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