#998F31

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

Shades of Highball #998F31

Tints of Highball #998F31

Color information

#998F31 (or 0x998F31) is unknown color: approx Highball. HEX triplet: 99, 8F and 31. RGB value is (153,143,49). Sum of RGB (Red+Green+Blue) = 153+143+49=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #998F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F31 is #6670CE. Grayscale: #878787. Windows color (decimal): -6713551 or 3248025. OLE color: 3248025.

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

Color convert

RGB15314349-
CMYK00.070.680.4
HSL54.23º51.49%39.61%-
HSV(B)54.23º67.97%60%-
XYZ23.5126.646.81-
YUV135.2779.31140.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=44.35%
G=41.45%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531434900.070.680.454.2351.4939.61
Hex998F31074428363328
Octal231217610710450666350
Binary100110011000111111000101111000100101000110110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,49); }

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

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

 a { background-color: rgb(153,143,49); }

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

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

 span { border-color: rgb(153,143,49); }

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